17 lines
460 B
Plaintext
17 lines
460 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName guardianaking2
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 1/11/2004 4:26:48 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "Guardiana King Quest") == 100))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|