16 lines
482 B
Plaintext
16 lines
482 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName is_und_team
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 8/24/2004 3:58:27 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
string sID="UND";
|
||
|
// Inspect local variables
|
||
|
if(!(GetLocalString(GetPCSpeaker(), "sTeamID") == sID))
|
||
|
return FALSE;
|
||
|
return TRUE;
|
||
|
}
|