17 lines
460 B
Plaintext
17 lines
460 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName towncrier_qual1
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 3/21/2003 4:55:30 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Inspect local variables
|
||
|
if(!(GetLocalInt(GetModule(), "TownCrier") == 5))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|