11 lines
111 B
Plaintext
11 lines
111 B
Plaintext
|
#include "qst_convo"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
|
||
|
iResult = CheckResponse(1);
|
||
|
|
||
|
return iResult;
|
||
|
}
|