Jump to content
Sign in to follow this  
dkraver

Is this possible

Recommended Posts

Is it possible to make a smoke grenade pop out of nothing when a unit reaches a waypoint???

Share this post


Link to post
Share on other sites

yep, put a empty marker down where you want it to *pop* out of and call it smokemarker.

Then in the waypoint onactivation field put this in it :

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">

_smoke1 = "smokeshell" camCreate [getmarkerpos "smokemarker" select 0, getmarkerpos "smokemarker" select 1, getmarkerpos "smokemarker" select 2,]

<span id='postcolor'>

And that should do it !

RED

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  

×