generated from Jaysyn/ModuleTemplate
17 lines
446 B
Plaintext
17 lines
446 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName namli_qst_4
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/20/2008 7:01:36 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "dwarfstatue") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|