Jump to content

Sign in to follow this  
fuzi8n

Spawn In With Smoke Grenades On

Recommended Posts

I would like to spawn in with the smoke grenades already activated. Is there any way to do it via trigger, marker, ect?

Share this post


Link to post
Share on other sites

There's an Module for Effects -> Smoke which is basically just a one time smoke grenade. Just plop one down and you'll have activated smoke at game start.

Share this post


Link to post
Share on other sites

You just create the smoke shell

       _smoke = "SmokeShellRed" createVehicle _somePosition;

If you want to attach it to something you use the following

       _smoke = "SmokeShellRed" createVehicle position _somevehicle;
       _smoker attachto [_somevehicle,[0,0,0]];

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  

×