12 lines
128 B
Plaintext
12 lines
128 B
Plaintext
#include "qst_include"
|
|
|
|
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
|
|
SetupTokens(OBJECT_SELF);
|
|
|
|
iResult = FALSE;
|
|
return iResult;
|
|
}
|