PRC8_fork/trunk/epicspellscripts/at_contre4_reset.nss

14 lines
408 B
Plaintext
Raw Normal View History

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