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