17 lines
449 B
Plaintext
17 lines
449 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName chk_percy
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 2/5/2006 9:23:31 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(OBJECT_SELF, "percy") != 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|