NWNDS/nwn_dark_sun/ka_testhide.nss

5 lines
73 B
Plaintext
Raw Normal View History

void main()
{
SetLocalInt(GetPCSpeaker(), "WOW_EQUIP_HIDE", TRUE);
}