Initial commit
Initial commit. Updated release archive.
This commit is contained in:
16
_module/nss/qdb_setgoto.nss
Normal file
16
_module/nss/qdb_setgoto.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "qdb_include"
|
||||
|
||||
void main()
|
||||
{
|
||||
string sTalk = GetLocalString(OBJECT_SELF, "Stack");
|
||||
string sDB;
|
||||
string sVarName;
|
||||
|
||||
int iGoto;
|
||||
|
||||
sDB=GetDBName();
|
||||
iGoto=StringToInt(sTalk);
|
||||
SetResponseInt("Goto",iGoto);
|
||||
|
||||
SetupResponse(GetResponseNumber());
|
||||
}
|
||||
Reference in New Issue
Block a user