Further file organization
Further file organization
This commit is contained in:
9
nwn/nwnprc/trunk/newspellbook/tob_mon_dualstnc.nss
Normal file
9
nwn/nwnprc/trunk/newspellbook/tob_mon_dualstnc.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
// 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);
|
||||
}
|
Reference in New Issue
Block a user