dkraver 1 Posted March 13, 2002 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
RED 0 Posted March 13, 2002 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