17 lines
441 B
Plaintext
17 lines
441 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName frobo_getvar1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 05/01/2004 22:02:13
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "frobo") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|