13 lines
177 B
Plaintext
Raw Permalink Normal View History

2024-08-03 14:13:18 -04:00
int StartingConditional()
{
int iResult;
// Make sure the PC speaker has these items in their inventory
return FALSE;
return TRUE;
return iResult;
}