From 78d1611828b41723fd2b6b6677f49bac7e1a7d46 Mon Sep 17 00:00:00 2001 From: Lance Date: Sat, 29 Apr 2006 13:54:07 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6373 54d463be-8e91-2dee-dedb-b68131a5f0ec --- doc/Item Inputs and Menus.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/Item Inputs and Menus.txt (limited to 'doc') diff --git a/doc/Item Inputs and Menus.txt b/doc/Item Inputs and Menus.txt new file mode 100644 index 000000000..a715964a6 --- /dev/null +++ b/doc/Item Inputs and Menus.txt @@ -0,0 +1,25 @@ +============================================================================================================ +Item Menus and Inputs +============================================================================================================ + +How to implement - +1. Create an NPC with the desired script as an event. +2. Add 'doevent "npcname::eventname";' to your item script. + +Example: + +- script validation_sys -1,{ +OnValidate: + mes "Please type: I am validated."; + input @validate$; + next; + if(@validate$ == "I am validated"){ + mes "You are validated"; + }else{ + mes "You are not"; + } + close; +} + +501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ doevent "validation_sys::OnValidate"; },{},{} + -- cgit v1.2.3-70-g09d2