Amon_PRC8/_removed/hench/nw_ch_gomelee.nss

22 lines
577 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
//::///////////////////////////////////////////////
//:: Set To Melee Only
//:: nw_ch_gomelee
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Makes the henchmen go to melee combat.
*/
//:://////////////////////////////////////////////
//:: Created By: Preston Watamaniuk
//:: Created On: April 5th, 2002
//:://////////////////////////////////////////////
#include "hench_i0_equip"
void main()
{
SetAssociateState(NW_ASC_USE_RANGED_WEAPON, FALSE);
ClearWeaponStates();
HenchEquipDefaultWeapons(OBJECT_SELF, TRUE);
}