View Single Post
Re: ET Waypoint tool
Old
  (#8)
the bindlestiff
Member
 
the bindlestiff's Avatar
 
Status: Offline
Posts: 280
Join Date: Nov 2005
Location: Washington state
Default 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
  
Reply With Quote