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