Initial commit
Initial commit. Updated release archive.
This commit is contained in:
15
_module/nss/tst_grabtxt.nss
Normal file
15
_module/nss/tst_grabtxt.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "qdb_include"
|
||||
|
||||
void main()
|
||||
{
|
||||
string sTalk = GetLocalString(OBJECT_SELF, "Stack");
|
||||
//SendMessageToPC(GetPCSpeaker(),"You said: " + sTalk);
|
||||
//PrintString(sTalk);
|
||||
string sQuest;
|
||||
|
||||
sQuest = "Name: " + sTalk + "\n";
|
||||
sQuest = sQuest + "Lvls=1-40 | Freq=2 | DoOnce=1 \n";
|
||||
sQuest = sQuest + "Gold=0 | ItemChance=0 | Item= \n";
|
||||
sQuest = sQuest + "NPCType=1 | NPCSpawn=0 | OneLiner= \n";
|
||||
SetCustomToken(100,sQuest);
|
||||
}
|
||||
Reference in New Issue
Block a user