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.
- No Luck
[(CH47 setFuel 0), (CH47 setDammage 0.
] - No Luck
:-\