From bafe9ca1ceaac5554b4716b7b5b4911c3f40a51d Mon Sep 17 00:00:00 2001 From: euphyy Date: Wed, 3 Oct 2012 23:13:33 +0000 Subject: * Standardization of doc\sample\ folder. * Deleted doc\sample\PCLoginEvent.txt, which contained outdated information. * Follow-up r16812, fixed file encoding. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16813 54d463be-8e91-2dee-dedb-b68131a5f0ec --- doc/sample/getequipid.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/sample/getequipid.txt (limited to 'doc/sample/getequipid.txt') diff --git a/doc/sample/getequipid.txt b/doc/sample/getequipid.txt new file mode 100644 index 000000000..02d80780f --- /dev/null +++ b/doc/sample/getequipid.txt @@ -0,0 +1,16 @@ +//===== rAthena Script ======================================= +//= Sample: Getequipid +//===== By: ================================================== +//= rAthena Dev Team +//===== Current Version: ===================================== +//= 20121003 +//===== Description: ========================================= +//= Demonstrates the 'getequipid' command. +//============================================================ + +prontera,161,181,6 script GetEquipID Sample 105,{ + mes "[GetEquipID Sample]"; + for(set .@i,1; .@i<11; set .@i,.@i+1) + mes "GetEquipID(" + .@i + ") : " + getequipid(1); + close; +} \ No newline at end of file -- cgit v1.2.3-60-g2f50