Amon_PRC8/_module/nss/henchenlight.nss

9 lines
169 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
#include "hench_i0_equip"
void main()
{
HenchSetAssociateInt(sHenchLightOffHand, TRUE);
ClearWeaponStates();
HenchEquipDefaultWeapons(OBJECT_SELF, TRUE);
}