17 lines
453 B
Plaintext
17 lines
453 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName grndkpr_var_chk
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/8/2003 7:15:01 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "grndkeeper_talk") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|