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