generated from Jaysyn/ModuleTemplate
17 lines
451 B
Plaintext
17 lines
451 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName reqsharianatalk1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 25/03/2005 15:28:29
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "sharianatalk") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|