Jump to content
Sign in to follow this  
bn880

1.75 editor syntax check error

Recommended Posts

I have noticed the following problem in V1.75 editor

this line in a trigger used to work fine:

position = getpos dropZone; blackHawk flyinheight 35; blackHawk commandMove (position);

now gives error on (position) reference saying 'invalid number i n expression'.

It only gives the error as the syntax is being checked but it does work fine during the mission.

It is done to save cpu time, as I may have 20 units trying to go to the same position and do not want to call getPos 20 times.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×