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