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