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