summaryrefslogtreecommitdiff
path: root/npc/sample/npc_testchkoption.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/sample/npc_testchkoption.txt')
-rw-r--r--npc/sample/npc_testchkoption.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/npc/sample/npc_testchkoption.txt b/npc/sample/npc_testchkoption.txt
deleted file mode 100644
index 07c18bf59..000000000
--- a/npc/sample/npc_testchkoption.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-prontera.gat,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