Jump to content
Sign in to follow this  
RedCanoe

Can I use a trigger to spawn a fire base?

Recommended Posts

Hi,

Is it possible to make a small fire base appear when I trigger it by being present. Do I need to make all the objects somehow not true until the trigger goes? Any help would be appreciated.

Thanks.

Share this post


Link to post
Share on other sites

Try this in the trigger activation....will create a random US medium sized base facing a random direction. Using this in OA at the moment so not too sure if it works in Arma 2.

nul=[position this, (random 360), ["usmc", "medium"]] call (compile (preprocessFileLineNumbers "ca\modules\dyno\data\scripts\objectMapper.sqf"));

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  

×