bn880 5 Posted July 10, 2002 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