Jump to content

Recommended Posts

Heya guys,

 

i am editing the config of the NH90 mod slightly to enable it for fast roping with ace however i am now getting the followign error which i don't know how to fix:

 

http://prntscr.com/aymobs

 

the config lines it is talking about are:

class RampLock {
				displayName = "Lock Ramp";
				position = "crewactions";
				radius = 15;
				showwindow = 0;
				condition = "isNil {this getVariable "ramplock"} and {isPlayer ( driver this ) or isPlayer (this turretUnit [0]);};";
				statement = "this setVariable ["ramplock", 1, true]; hint "Ramp Door Locked";";
				onlyforplayer = 1;
			};

any1 have an idea how to fix this ?

 

Greets

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×