Jump to content
Sign in to follow this  
matteo1944

ww1 bayonette fight

Recommended Posts

I need script that will remove all the ammo from both sides so they can fight with knifes, or is there any other solutions to this problem????:confused::confused::292::flamethrower:

Share this post


Link to post
Share on other sites

The bayonets probably use a magazine too, so first find what "ammo" the bayonet use, like hint format["%1",magazines this] on one soldier's init line outputs ["RifleMag", "Nade", "BayoMag"] or whatever.

Then make trigger covering everybody, activation by anybody

condition: call{remMags={{_this removemagazine _x}forEach(magazines _this-["BayoMag"])}; true}

onActivation: {_x call remMags} forEach thislist

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  

×