13 lines
137 B
Plaintext
13 lines
137 B
Plaintext
|
#include "qdb_include"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
string sQuest;
|
||
|
|
||
|
SetStepInt("SpecialArea",8);
|
||
|
|
||
|
sQuest=GetStepInfo();
|
||
|
|
||
|
SetCustomToken(100,sQuest);
|
||
|
}
|