Home   Help Search Login Register  

Author Topic: From Old to New  (Read 339 times)

0 Members and 1 Guest are viewing this topic.

Mr.BoDean

  • Guest
From Old to New
« on: 02 Aug 2003, 08:28:30 »
Converting a 1.46 Mission to a Res mission. Sometimes when I open existing triggers to edit I now get errors where there were none before. I have no idea what it wants.

ex:
1.46 Trigger -
On Activation: CH47 setFuel 0, CH47 setDammage 0.8

Worked just fine before ...now I get this error in RES editor:

Missing   )

and it points to the 0 after SetFuel . WTH? I tried:

CH47 SetFuel (0), CH472 setDammage 0.8  - No luck
(CH47 setFuel 0, CH47 setDammage 0.8) - No Luck
[(CH47 setFuel 0), (CH47 setDammage 0.8)] - No Luck

 ::) :-\  ???   ???

asmodeus

  • Guest
Re:From Old to New
« Reply #1 on: 02 Aug 2003, 08:32:26 »
Quote
ex:
1.46 Trigger -
On Activation: CH47 setFuel 0, CH47 setDammage 0.8

Try this:

Code: [Select]
CH47 setFuel 0; CH47 setDammage 0.8
The key is the ;   8)

Asmo
« Last Edit: 02 Aug 2003, 08:32:55 by Asmodeus »

Mr.BoDean

  • Guest
Re:From Old to New
« Reply #2 on: 02 Aug 2003, 08:38:37 »
Thanks Asmo......Oh man, feeling like an idiot  :-[   :-[  :-X   :-X, although I think that actually worked in 1.46, for some reason.   :D  I was hoping to get back here before someone replied ...   ;D

   Now if only I could get someone to look at my other thread and get help that fast!  :P    ;)    :-*
 
 
http://www.ofpec.com/yabbse/index.php?board=7;action=display;threadid=11539