7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
if (GetLocalInt(oPC, "FishChance") == TRUE) return TRUE;
|
|
return FALSE;
|
|
}
|