summaryrefslogtreecommitdiff
path: root/npc/sample/getiteminfo.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-05 13:23:07 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-05 13:23:07 +0000
commit288490094a7fe9167747dc78d416940759a31197 (patch)
tree53dc4f5c2375f4b688b53ca8841630ddec5e1f88 /npc/sample/getiteminfo.txt
parent8ec1c47aed09c90343949d57c92760ba84738a46 (diff)
downloadhercules-288490094a7fe9167747dc78d416940759a31197.tar.gz
hercules-288490094a7fe9167747dc78d416940759a31197.tar.bz2
hercules-288490094a7fe9167747dc78d416940759a31197.tar.xz
hercules-288490094a7fe9167747dc78d416940759a31197.zip
- 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
Diffstat (limited to 'npc/sample/getiteminfo.txt')
-rw-r--r--npc/sample/getiteminfo.txt30
1 files changed, 15 insertions, 15 deletions
diff --git a/npc/sample/getiteminfo.txt b/npc/sample/getiteminfo.txt
index 338c5e946..d3f7718ac 100644
--- a/npc/sample/getiteminfo.txt
+++ b/npc/sample/getiteminfo.txt
@@ -1,16 +1,16 @@
-//by Lupus
-
-prontera.gat,156,179,6 script test_getiteminfo 117,{
- mes "Please enter an item ID (501 ... 14000)";
- input @value;
-//WOW! this line uses INTERNAL function of your client to show item name by its ID!
-// ^nItemID^XXXX -> Item Name
- mes "Item ID: "+@value+" ^nItemID^"+@value;
- mes "Current Item info:";
- set @id,0;
-L_LOOP:
- mes " getiteminfo("+@value+","+@id+") = "+getiteminfo(@value,@id);
- set @id,@id+1;
- if(@id<14) goto L_LOOP;
- close;
+//by Lupus
+
+prontera.gat,156,179,6 script test_getiteminfo 117,{
+ mes "Please enter an item ID (501 ... 14000)";
+ input @value;
+//WOW! this line uses INTERNAL function of your client to show item name by its ID!
+// ^nItemID^XXXX -> Item Name
+ mes "Item ID: "+@value+" ^nItemID^"+@value;
+ mes "Current Item info:";
+ set @id,0;
+L_LOOP:
+ mes " getiteminfo("+@value+","+@id+") = "+getiteminfo(@value,@id);
+ set @id,@id+1;
+ if(@id<14) goto L_LOOP;
+ close;
} \ No newline at end of file