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