I want to teleport from a light decal area instead of the teleport entity device. I tried using a trigger zone and setting its main script to teleport if used. (standard fpi below) In the trigger zone setup I typed
the name of an active entity checkpoint area as a marker where to reappear. I just want him to pop up by the door in another room. I renamed the checkpoint "checkpoint1" and named it that in the trigger zone if used, being careful about the spelling. When I ran the level, the trigger zone didn't send me anywhere. I think if would be good to be able to use multiple teleport areas and give them individual destinations. Can you do this? Ooops, sorry, I forgot to search for previous teleport postings but now I've spent so much time typing this\, here it is.
--------------------------------------------------------------------
desc = Transport To Entity Name
;Triggers
:state=0:rundecal=2,coloff
:state=0,plrhigher=10,plrdistwithin=50:state=1,plrsound=audiobank\scifi\scenery\lifts\teleport.wav,plrmoveifused
:state=1,plrdistfurther=55:state=0
;End of Script
Student Programmer