Initial commit
Initial commit. Updated release archive.
This commit is contained in:
17
_module/nss/qdb_sr_stop_t.nss
Normal file
17
_module/nss/qdb_sr_stop_t.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "qdb_include"
|
||||
|
||||
void main()
|
||||
{
|
||||
int iStop;
|
||||
|
||||
iStop=GetResponseInt("Stop");
|
||||
if (iStop==0)
|
||||
iStop=1;
|
||||
else
|
||||
iStop=0;
|
||||
|
||||
SetResponseInt("Stop",iStop);
|
||||
|
||||
|
||||
SetupResponse(GetResponseNumber());
|
||||
}
|
||||
Reference in New Issue
Block a user