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