Pawn problem need help

Topics regarding Scripting with Reality Factory
Post Reply
SSFlame
Posts: 13
Joined: Mon Mar 17, 2008 10:26 pm

Pawn problem need help

Post by SSFlame »

could someone tell me how to give a pawn a weapon because i just don't know how to do it
User avatar
QuestOfDreams
Site Admin
Posts: 1520
Joined: Sun Jul 03, 2005 11:12 pm
Location: Austria
Contact:

Re: Pawn problem need help

Post 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.
Post Reply