From 288490094a7fe9167747dc78d416940759a31197 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Tue, 5 Dec 2006 13:23:07 +0000 Subject: - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/sample/npc_testchkoption.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'npc/sample/npc_testchkoption.txt') diff --git a/npc/sample/npc_testchkoption.txt b/npc/sample/npc_testchkoption.txt index 970da233f..07c18bf59 100644 --- a/npc/sample/npc_testchkoption.txt +++ b/npc/sample/npc_testchkoption.txt @@ -1,15 +1,15 @@ -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; +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 -- cgit v1.2.3-70-g09d2