qUiLL 0 Posted March 5, 2002 i want heavy grenadiers to fire on a target, without a direct line of sight. but how? i tried revealing it, having him target on him, then dofire, but that didnt work. i tried using fire but all that does is make him point up and fire the nade as far as he can. how how how? Share this post Link to post Share on other sites
AgamemnonTR 0 Posted March 6, 2002 well if what you want is just the effect of a grenadier firing, you could use the camcreate to create a grenade near or at the target you want. if you can tell me more about what you want to do, I think I can help you Share this post Link to post Share on other sites
qUiLL 0 Posted March 6, 2002 yea putting a grenade where i want bombed would be reasonable, too. how do you do that thing you mentioned? Share this post Link to post Share on other sites
AgamemnonTR 0 Posted March 6, 2002 you have to make a script for that here's what you need </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">_target= this select 0 _target_pos= getpos _target _explosion="grenade" camcreate _targer_pos exit<span id='postcolor'> then put this in a trigger activation field </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">[target_you_want_to_hit_name] exec "name_of_script.sqs"<span id='postcolor'> that should create a grenade exactly over the target you want msg me if you need more details... Share this post Link to post Share on other sites