Further file organization
Further file organization
This commit is contained in:
13
nwn/nwnprc/trunk/epicspellscripts/at_contre5_reset.nss
Normal file
13
nwn/nwnprc/trunk/epicspellscripts/at_contre5_reset.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//:://////////////////////////////////////////////
|
||||
//:: FileName: "at_contre5_reset"
|
||||
/* Purpose: Dispels any active Contingent Reunion Five's cast by oPC.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Boneshank
|
||||
//:: Last Updated On:
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
DeleteLocalInt(oPC, "nContingentReunion5");
|
||||
}
|
Reference in New Issue
Block a user