7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
if (GetItemPossessedBy(oPC, "zq_item_02") == OBJECT_INVALID) return FALSE;
|
||
|
return TRUE;
|
||
|
}
|