17 lines
438 B
Plaintext
17 lines
438 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_tarnek
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 4/5/2009 2:19:31 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "tarnek") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|