8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
object oDatabase = GetItemPossessedBy(oPC,"Database");
|
||
|
if (GetLocalInt(oDatabase,"GATH_NOBLE_QUEST")!=200)return FALSE;
|
||
|
return TRUE;
|
||
|
}
|