11 lines
166 B
Plaintext
11 lines
166 B
Plaintext
#include "qdb_include"
|
|
|
|
void main()
|
|
{
|
|
string sTalk = GetLocalString(OBJECT_SELF, "Stack");
|
|
|
|
SetResponseString("Script",sTalk);
|
|
|
|
SetupResponse(GetResponseNumber());
|
|
}
|