9 lines
209 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
int StartingConditional()
{
object oPC=GetPCSpeaker();
object oWP=GetLocalObject(oPC,"oSwimWP");
int nNumDest=GetLocalInt(oWP,"nNumDest");
if (nNumDest>4) return TRUE;
return FALSE;
}