mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 18:07:16 -05:00
Further file organization
Further file organization
This commit is contained in:
13
nwn/nwnprc/trunk/epicspellscripts/at_contre3_reset.nss
Normal file
13
nwn/nwnprc/trunk/epicspellscripts/at_contre3_reset.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//:://////////////////////////////////////////////
|
||||
//:: 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");
|
||||
}
|
||||
Reference in New Issue
Block a user