Initial commit
Initial commit. Updated release archive.
This commit is contained in:
14
_module/nss/qdb_setline.nss
Normal file
14
_module/nss/qdb_setline.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "qdb_include"
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
string sTalk = GetLocalString(OBJECT_SELF, "Stack");
|
||||
|
||||
if (GetLine()=="")
|
||||
SetLine(sTalk);
|
||||
else
|
||||
SetLine(GetLine() + " \n\n" + sTalk);
|
||||
|
||||
SetCustomToken(100,GetLine());
|
||||
}
|
||||
Reference in New Issue
Block a user