PRC8/nwn/nwnprc/trunk/newspellbook/tob_mon_dualstnc.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

9 lines
252 B
Plaintext

// Written by Stratovarius
// Turns Dual Stance on
void main()
{
object oInitiator = OBJECT_SELF;
SetLocalInt(oInitiator, "MoNDualStance", TRUE);
FloatingTextStringOnCreature("Master of Nine Dual Stance Activated", oInitiator, FALSE);
}