Freedom Reborn Archive

Freedom Force Forums => Scripting Forum => Topic started by: lmalonsof on January 31, 2008, 01:24:53 AM

Title: End Marker for escort encounter in EZScript
Post by: lmalonsof on January 31, 2008, 01:24:53 AM
Hi everybody,

I'm trying to setup an escort encounter in EZScript. I've added a marker called end_marker and the red arrow appeared anywhere but not where it should. I tried again with end_marker1, and nothing. I'm going to try again with 'end', 'End', end1', 'End1', 'end_1', 'End_1'... but before that I'd appreciate if anyone could tell me the literal name of the marker.

Thanks in advance!
Title: Re: End Marker for escort encounter in EZScript
Post by: M25 on January 31, 2008, 08:14:09 AM
The end marker needs to be associated with the encounter marker. 

In other words, if you have an encounter marker named encounter2, the end marker needs to be called encounter2_end1.  You can also add encounter2_end2, encounter2_end3, etc.  if you want ezscript to choose a random end marker for the encounter.

Title: Re: End Marker for escort encounter in EZScript
Post by: lmalonsof on January 31, 2008, 08:15:46 AM
Thanks!