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