9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
#include "hench_i0_equip"
|
|
|
|
void main()
|
|
{
|
|
HenchSetAssociateInt(sHenchLightOffHand, FALSE);
|
|
ClearWeaponStates();
|
|
HenchEquipDefaultWeapons(OBJECT_SELF, TRUE);
|
|
}
|