OFPEC Forum

Addons & Mods Depot => ArmA - Addons & Mods Discussion => Topic started by: Hawke on 17 Apr 2008, 18:17:57

Title: Error in my config
Post by: Hawke on 17 Apr 2008, 18:17:57
Hi guys, im making a c130 and theres a few scripts init but arma is just not letting them run.

Code: [Select]
class Opensrampa
{
displayName="Open cargo ramp";
position="osrampa";
radius=16;
condition="this animationPhase ""rampa"" < 0.5";
statement="[this] exec {\hwk_C130\script\openramp.sqs}";
                                        }


It says

Code: [Select]
[this] exec {#\hwk_C130\script\openramp.sqs}
Error invalid number in expression

Any one know whats wrong here??

Hawke.
Title: Re: Error in my config
Post by: h- on 17 Apr 2008, 21:51:05
You tried removing the first \ from the script path?