17 lines
440 B
Plaintext
17 lines
440 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName sc_gmser2
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 11/27/2008 9:08:57 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Inspect local variables
|
||
|
if(!(GetLocalInt(GetPCSpeaker(), "gmser2") == 1))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|