Aantioch_Infernum/_module/nss/henchenlight.nss

9 lines
169 B
Plaintext
Raw Normal View History

#include "hench_i0_equip"
void main()
{
HenchSetAssociateInt(sHenchLightOffHand, TRUE);
ClearWeaponStates();
HenchEquipDefaultWeapons(OBJECT_SELF, TRUE);
}