Jump to content
Sign in to follow this  
benreeper

Action ["drop"]

Recommended Posts

I have tried everything:

unit action ["Drop %1", weapon name],

unit action ["Drop %1", PrimaryWeapon unit],

etc. and I cannot get a unit to drop their weapon. I can't get them to place it on their backs also. Does anyone know how this action works?

Ben

Share this post


Link to post
Share on other sites

The drop command is for displaying particles, not dropping weapons. You could use removeweapon if you don't mind having the weapon instantly disappear. Read the official comref for info about it.

To get units to put their weapons on their backs, you have to put them into safe mode using the setbehaviour command.

Btw, if there really is an action for dropping a weapon, I dunno what it is. biggrin.gif

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  

×