10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
#include "qdb_include"
|
|
|
|
void main()
|
|
{
|
|
string sTalk = GetLocalString(OBJECT_SELF, "Stack");
|
|
|
|
SetLineInt("Done",StringToInt(sTalk));
|
|
|
|
}
|