summaryrefslogtreecommitdiff
path: root/doc/sample/npc_testchkoption.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sample/npc_testchkoption.txt')
-rw-r--r--doc/sample/npc_testchkoption.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/sample/npc_testchkoption.txt b/doc/sample/npc_testchkoption.txt
deleted file mode 100644
index 87c100ae7..000000000
--- a/doc/sample/npc_testchkoption.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-prontera,156,89,6 script test_chkoption 117,{
- mes "Please enter a value of type!";
- input @value;
- if(checkoption(@value) == 1) goto L1;
- if(checkoption(@value) == 0) goto L0;
- end;
- L1:
- mes "True!";
- close;
- end;
- L0:
- mes "False!";
- close;
- end;
-} \ No newline at end of file