Further file organization
Further file organization
This commit is contained in:
16
nwn/nwnprc/trunk/epicspellscripts/sc_contrez_yes.nss
Normal file
16
nwn/nwnprc/trunk/epicspellscripts/sc_contrez_yes.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//:://////////////////////////////////////////////
|
||||
//:: FileName: "sc_contrez_yes"
|
||||
/* Purpose: Returns TRUE if GetPCSpeaker() has a Contingent Resurrection
|
||||
active.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Boneshank
|
||||
//:: Last Updated On:
|
||||
//:://////////////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
if (GetLocalInt(oPC, "nContingentRez") > 0)
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user