LoT_PRC8/_module/nss/henchendual.nss

17 lines
469 B
Plaintext
Raw Permalink Normal View History

2023-09-25 21:32:17 -04:00
//::///////////////////////////////////////////////
//:: FileName henchendual
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/13/2003 4:02:57 PM
//:://////////////////////////////////////////////
#include "hench_i0_equip"
void main()
{
HenchSetAssociateInt(sHenchDualWieldState, 1);
ClearWeaponStates();
HenchEquipDefaultWeapons(OBJECT_SELF, TRUE);
}