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