Page 1 of 1

Pawn problem need help

Posted: Fri Apr 11, 2008 1:06 am
by SSFlame
could someone tell me how to give a pawn a weapon because i just don't know how to do it

Re: Pawn problem need help

Posted: Fri Apr 11, 2008 10:29 pm
by QuestOfDreams
Read the sections about Pawn entities and Scripting commands in the manual.
SetWeapon(string Section);
Activate the weapon defined in Pawn.ini as Section. The weapon actor will attach to the Pawn actor.