17 lines
440 B
Plaintext
17 lines
440 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName quest20inn
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 10/7/2003 2:06:53 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "quest") == 20))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|