PRC8_fork/nwn/nwnprc/trunk/epicspellscripts/at_contre3_reset.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

14 lines
409 B
Plaintext

//:://////////////////////////////////////////////
//:: FileName: "at_contre3_reset"
/* Purpose: Dispels any active Contingent Reunion Three's cast by oPC.
*/
//:://////////////////////////////////////////////
//:: Created By: Boneshank
//:: Last Updated On:
//:://////////////////////////////////////////////
void main()
{
object oPC = GetPCSpeaker();
DeleteLocalInt(oPC, "nContingentReunion3");
}