10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
#include "final_legend_inc"
|
|
|
|
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
|
|
iResult = !CheckExchangeItems(GetPCSpeaker(),0);
|
|
return iResult;
|
|
}
|