13 lines
177 B
Plaintext
13 lines
177 B
Plaintext
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
|
|
// Make sure the PC speaker has these items in their inventory
|
|
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
|
|
return iResult;
|
|
}
|