diff options
Diffstat (limited to 'doc/sample/checkoption.txt')
-rw-r--r-- | doc/sample/checkoption.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sample/checkoption.txt b/doc/sample/checkoption.txt index eb768b9b2..8f0f96d9f 100644 --- a/doc/sample/checkoption.txt +++ b/doc/sample/checkoption.txt @@ -14,4 +14,4 @@ prontera,156,89,6 script test_checkoption 117,{ if(checkoption(@value) == 1) mes "True!"; else if(checkoption(@value) == 0) mes "False!"; close; -}
\ No newline at end of file +} |