13 lines
145 B
Plaintext
13 lines
145 B
Plaintext
#include "qst_include"
|
|
|
|
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
|
|
iResult = FALSE;
|
|
|
|
SetCustomToken(100,GetOverallBossName());
|
|
|
|
return iResult;
|
|
}
|