OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: TAPNKEGS on 12 Oct 2002, 01:06:24
-
ack..... all i need is the instruction on how to arm a certain soldier with a certain weapon ( SAW for example) do i have to delete each units inventory manually before adding the SAW or what.
I know this has been addressed numerous times just tell me then shoot me thanks and have a great weekend
-
um, what does the topic have to do with this?
-
it doesn't haveto do with anything other then the old senile moment where i can't remember for the life of me how to do something that should be simple
-
yes remove all weapons and mags then load him as u wish.
no way around that 1 im afraid.can all be done in units init:
-
eg:
this removeweapon "weaponname";this removemagazine "magname";this addweapon "weaponname";this addmagazine "magname";
-
and so on
-
thanks very much Willy ;D it's appreciated