EN6_PRC8/_module/nss/qdb_setrespscrpt.nss

11 lines
166 B
Plaintext
Raw Permalink Normal View History

#include "qdb_include"
void main()
{
string sTalk = GetLocalString(OBJECT_SELF, "Stack");
SetResponseString("Script",sTalk);
SetupResponse(GetResponseNumber());
}