Arm

Deleted Postal3Script function

Sets melee status for the NPC, superseded by "Weapon"

Syntax

Arm [boolean],melee -- Sets melee status, and holsters weapon if possible

Example


// from ai_st11_urza.p3s
pt_arm_melee
{
    actions 
    {
        Block Begin,Execute
            Aim false
            Arm True,melee
            IfAttr "ea_status < 1 SetAttr ea_status 1"
        Block End
    }
}