Jump to content
Sign in to follow this  
JVez

Capture area

Recommended Posts

Hello evening to all! I would like to add in my script a countdown that the day will be able to see at the moment of the capture. What code can I use to do this?

 


	if ((_countWest > _countInd) || (_zoneCamp == "west" && (_countWest > _countInd || _countInd == 0))) then
	{
		"gasni" setMarkerColor "ColorBlue";
		"gasnzone" setMarkerColor "ColorBlue";
		sleep 60;
		missionNamespace setVariable ["Gas",(missionNamespace getVariable "Gas") + 5, true];
		_zoneCamp = "west";
	};

 

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
Sign in to follow this  

×