generated from Jaysyn/ModuleTemplate
17 lines
446 B
Plaintext
17 lines
446 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName edwin_qst_sc
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 4/7/2008 10:14:59 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "edwinquest") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|