asmsmuda 0 Posted October 15, 2002 Well I did a search for "actions" and "action list" but nothing came up. Does anyone know where I can find a list of actions that can be inserted into the command unitname action [“actiontypeâ€,unitname] ?? Thanks in Advance Asmsmuda Share this post Link to post Share on other sites
asmsmuda 0 Posted October 16, 2002 So. I now feel like a total idiot. I found it in the string table located in the bin folder of the install directory. Sorry to take up any ones time. asmsmuda Share this post Link to post Share on other sites
asmsmuda 0 Posted October 16, 2002 Well once again I was wrong. What I'm trying to do is removeallweapons (which is no problem) then add a different weapon and have it already loaded and ready to go. There is a action called reload but I can't get it to work. So far I've tried: xxx action ["reload", weaponname xxx] and several other variations along these lines. Nothing seems to work. Help PLEASE! Share this post Link to post Share on other sites
russin 0 Posted October 16, 2002 when ya add the weapone make sure ya put a ammo clip ahead of the weapon and it will be preloaded this addmagazine ["AK47"];this addweapon ["AK47"] Share this post Link to post Share on other sites
Doolittle 0 Posted October 16, 2002 Don't forget "unit selectWeapon weapon" at the end. Doolittle Share this post Link to post Share on other sites