10 lines
169 B
Plaintext
10 lines
169 B
Plaintext
|
#include "hench_i0_equip"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
HenchSetAssociateInt(sHenchDualWieldState, 2);
|
||
|
ClearWeaponStates();
|
||
|
HenchEquipDefaultWeapons(OBJECT_SELF, TRUE);
|
||
|
}
|
||
|
|