Originally Posted by JecklynHyde
Bump. Still struggling with this script for some reason. I think I have the ACTION SetFlag("SetSail",1) script in the right spot, but I'm getting syntax error: "_" unexpected with the SetSail script below:

IF
GlobalEventSet("SetSail")
THEN
CharacterTeleportPartyToTrigger(CHARACTER_Player1, TRIGGER_Grove,""_);

I'm not sure what (STRING)_Event it's looking for at the end there.


Take the underscore out.

Also, you're teleporting the whole party so you can't specify a player.

CharacterTeleportPartyToTrigger(TRIGGER_Grove,"")

Last edited by Burgee; 08/12/14 07:40 PM.