17 lines
471 B
Plaintext
17 lines
471 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName checkbanditqstat
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 9.10.2005 21:59:59
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "nBanditQuestStatus") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|