Results 1 to 3 of 3

Thread: ww1 bayonette fight

  1. #1

    ww1 bayonette fight

    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????

  2. #2
    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

  3. #3
    Sergeant Matteo1944's Avatar
    Join Date
    Aug 16 2011
    Location
    Croatia
    Posts
    186
    Author of the Thread
    Thanks ill try it!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •