Home   Help Search Login Register  

Author Topic: on activation  (Read 361 times)

0 Members and 1 Guest are viewing this topic.

calvinjune

  • Guest
on activation
« on: 26 May 2003, 06:02:07 »
i know i'm behind the times, but i just recently upgraded to Resistance.

i was going over some old missions that i'd made, moving them around to work on Nogova, when i noticed that the editor doesn't like multiple commands in the On Activation line in a trigger. i had the different commands separated by commas. now, however, the editor gives me an error: "Missing (".

why does this happen, and how can there be a missing parenthesi when there aren't any other parenthesis?

hooahman

  • Guest
Re:on activation
« Reply #1 on: 26 May 2003, 06:20:28 »
Now we use ; instead.
Example:  
UNIT switchmove SWITCHMOVE ; UNIT sidechat "Hi"

calvinjune

  • Guest
Re:on activation
« Reply #2 on: 26 May 2003, 07:17:37 »
thanks much