10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
if (GetTag(GetItemInSlot(INVENTORY_SLOT_CHEST, oPC))!="DROWNOBLE") return FALSE;
|
|
|
|
return TRUE;
|
|
}
|
|
|