From f58856d5ab5a79e09e4aad906cecd7aa931a2224 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Sat, 15 Oct 2011 12:48:11 +0000 Subject: * Some readme clean-ups (related r14711). - Normalized whitespace and made the html files validate properly. - Moved faq-content content to faq. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14973 54d463be-8e91-2dee-dedb-b68131a5f0ec --- readme/scripting.html | 95 ++++++++++++++++++++++++++------------------------- 1 file changed, 48 insertions(+), 47 deletions(-) (limited to 'readme/scripting.html') diff --git a/readme/scripting.html b/readme/scripting.html index af68e58ce..270789352 100644 --- a/readme/scripting.html +++ b/readme/scripting.html @@ -1,12 +1,14 @@ + eAthena | Scripting + - -
+ +
- +
-

- How to create an NPC using eAthena's scripting:

- map_name,x_cord,y_cord,npc_facing_direction -TAB- script -TAB- NPC Name#HiddenName -TAB- Sprite ID,{
-    mes "[NPC Name]";
-    mes "Hello World";
-    close;
- } -

-

- Common Script Commands: + How to create an NPC using eAthena's scripting:

+ map_name,x_cord,y_cord,npc_facing_direction -TAB- script -TAB- NPC Name#HiddenName -TAB- Sprite ID,{
+    mes "[NPC Name]";
+    mes "Hello World";
+    close;
+ }


+ + Common Script Commands:

    -
  • mes
    - usage: mes "<message>";
    - info: displays a line of text in an NPC's dialog window.
  • -
  • close
    - usage: close;
    - info: displays a "Close" button in an NPC's dialog window. -
  • -
  • next
    - usage: next;
    - info: displays a "Next" button in an NPC's dialog window.
  • -
  • getitem
    - usage: getitem <item id>,<amount>;
    - info: gives the player an item. -
  • -
  • delitem
    - usage: delitem <item id>,<amount>;
    - info: deletes an item from the player. -
  • -
-

Script Command Documentation:
- - All the script commands in eAthena can be found here.

-

How to enable your NPC:
- 1. Save it as a text file in your /npc/custom/ folder.
- 2. Open /npc/scripts_custom.conf
- 3. Add the following line:
- npc: npc/custom/name_of_your_text_file.txt
- 4. Save and close.

-

-
- - -
+
  • mes
    + usage: mes "<message>";
    + info: displays a line of text in an NPC's dialog window.
  • +
  • close
    + usage: close;
    + info: displays a "Close" button in an NPC's dialog window. +
  • +
  • next
    + usage: next;
    + info: displays a "Next" button in an NPC's dialog window. +
  • +
  • getitem
    + usage: getitem <item id>,<amount>;
    + info: gives the player an item. +
  • +
  • delitem
    + usage: delitem <item id>,<amount>;
    + info: deletes an item from the player. +
  • + + Script Command Documentation:
    + All the script commands in eAthena can be found here.

    + How to enable your NPC: +
      +
    1. Save it as a text file in your /npc/custom/ folder.
    2. +
    3. Open /npc/scripts_custom.conf
    4. +
    5. Add the following line:
      + npc: npc/custom/name_of_your_text_file.txt
    6. +
    7. Save and close.
    8. +
    +
    + + + \ No newline at end of file -- cgit v1.2.3-70-g09d2