EN6_PRC8/_module/nss/qdb_setline6.nss

10 lines
129 B
Plaintext
Raw Permalink Normal View History

#include "qdb_include"
void main()
{
SetLine(GetLine() + " [camp] were spotted [location]");
SetCustomToken(100,GetLine());
}