generated from Jaysyn/ModuleTemplate
17 lines
447 B
Plaintext
17 lines
447 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName reqrejviktalk1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 20/03/2005 19:00:43
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "rejviktalk") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|