17 lines
458 B
Plaintext
17 lines
458 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName paeruncheck1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/19/2004 12:47:43 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetModule(), "PaerunWar") >= 4))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|