10 lines
116 B
Plaintext
10 lines
116 B
Plaintext
#include "qdb_include"
|
|
|
|
void main()
|
|
{
|
|
|
|
SetLine(GetLine() + " [camp] [location]");
|
|
|
|
SetCustomToken(100,GetLine());
|
|
}
|