OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Mr G on 16 Oct 2002, 00:14:40

Title: Resistance 1.85 Init line problems
Post by: Mr G on 16 Oct 2002, 00:14:40
Since I have updated my copy of OFP to 1.85, I have been unable to add more than 1 command to the init line of a unit screen. For some reason when ever I try to add more then two commands a warning pops up saying I am missing a ')'. Has this happened to anyone else who has fixed it or found a way to bypass it or something?
Title: Re:Resistance 1.85 Init line problems
Post by: Black_Feather on 16 Oct 2002, 03:55:03
what commands are you using? if you have any ( you will have to close it with another )
Title: Re:Resistance 1.85 Init line problems
Post by: chill on 16 Oct 2002, 07:40:26
I had the same prob but i found out that if you use ; instead of , it fixes it.
Title: Re:Resistance 1.85 Init line problems
Post by: Stalker on 16 Oct 2002, 09:58:06
I had the same prob but i found out that if you use ; instead of , it fixes it.
You always need to use ";" ! Even in 1.75
Title: Re:Resistance 1.85 Init line problems
Post by: DrStrangelove on 16 Oct 2002, 12:53:12
that's because it's derived from c++, isn't it ?
Title: Re:Resistance 1.85 Init line problems
Post by: Mr G on 16 Oct 2002, 18:26:53
I havn't tried it yet, but you could use ',' in 1.75 (I thought you had to, thus causing my problem). Thx chill