PWE_PRC8/_module/nss/bm_scr_end1.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

17 lines
460 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName bm_scr_end1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/11/2002 10:53:18 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if((GetLocalInt(OBJECT_SELF, "iSpellCreated") == 1))
return TRUE;
return FALSE;
}