Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
qUiLL

Getting heavy grenadiers to fire on a target

Recommended Posts

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

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 smile.gif

Share this post


Link to post
Share on other sites

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

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 biggrin.gif

msg me if you need more details...

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  

×