OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: M_Horth on 09 Feb 2004, 00:40:50

Title: How do i make a unit reload?
Post by: M_Horth on 09 Feb 2004, 00:40:50
called removeAllWeapons, then added a new weap and mags but when you start the weapon comes up red( 0 clips).
you can hit r ,reload, and mags show up but i would rather have the game reload so no one gets confused. :o

can I use this action["??", unit name];
Title: Re:How do i make a unit reload?
Post by: Kaliyuga on 09 Feb 2004, 00:49:18
add a magazine before the weapon and then add the rest of the weapons

like:  

addmagazine , addweapon, addmagazine, addmagazine.. etc..

:cheers:
Title: Re:How do i make a unit reload?
Post by: M_Horth on 09 Feb 2004, 00:56:43
Thanks for the help. So much time spent on something so easy.  hehe  doh!