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