17 lines
460 B
Plaintext
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;
|
|
}
|