Re: ET Waypoint tool -
24-05-2006
May I jump in here?
Your script gave me the same error UNTIL I fixed the curly brackets. Is seems that they don't like other statements on the same line!
So change from THIS:
action 0
{if_obj_home_true 0
activateAction 23
TO THIS:
action 0
{
if_obj_home_true 0
activateAction 23
|