14 lines
143 B
Plaintext
14 lines
143 B
Plaintext
|
#include "qdb_include"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
string sQuest;
|
||
|
|
||
|
SetStepString("Item","en5_ring");
|
||
|
|
||
|
sQuest=GetStepInfo();
|
||
|
|
||
|
SetCustomToken(100,sQuest);
|
||
|
}
|