diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-03 04:52:41 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-03 04:52:41 +0000 |
commit | d9a43b19b761c9d1726fc971044634cd3fa917b8 (patch) | |
tree | 5ca26b030d82ca5b0670a18e0217e72377c7496f /readme/scripting.html | |
parent | d1f6653cc4ad3a10cb6cccc655a35a7426abbcfc (diff) | |
download | hercules-d9a43b19b761c9d1726fc971044634cd3fa917b8.tar.gz hercules-d9a43b19b761c9d1726fc971044634cd3fa917b8.tar.bz2 hercules-d9a43b19b761c9d1726fc971044634cd3fa917b8.tar.xz hercules-d9a43b19b761c9d1726fc971044634cd3fa917b8.zip |
- Updated RAthena links in readme.html files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15007 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'readme/scripting.html')
-rw-r--r-- | readme/scripting.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/readme/scripting.html b/readme/scripting.html index 270789352..1253c0117 100644 --- a/readme/scripting.html +++ b/readme/scripting.html @@ -1,14 +1,14 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <title>eAthena | Scripting</title> + <title>RAthena | Scripting</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div id="template"> <div id="header"> - <div class="logo">eAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> + <div class="logo">RAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div> <div class="title">Scripting</div> </div> <div id="navcontainer"> @@ -23,7 +23,7 @@ </div> <div class="body-container"> - How to create an NPC using eAthena's scripting:<br><br> + How to create an NPC using RAthena's scripting:<br><br> <code><font color="#0000FF">map_name</font>,<font color="#009900">x_cord</font>,<font color="#0CF305">y_cord</font>,<font color="#FF0000">npc_facing_direction</font> <strong>-TAB-</strong> script <strong>-TAB-</strong> <font color="#FF6600">NPC Name</font>#<font color="#FFCC00">HiddenName</font> <strong>-TAB-</strong> <font color="#CC3399">Sprite ID</font>,{<br> mes "[NPC Name]";<br> mes "Hello World";<br> @@ -53,7 +53,7 @@ </li> </ul> <strong>Script Command Documentation:</strong><br> - All the script commands in eAthena can be found <a href="../doc/script_commands.txt" target="_new">here</a>.<br><br> + All the script commands in RAthena can be found <a href="../doc/script_commands.txt" target="_new">here</a>.<br><br> <strong>How to enable your NPC:</strong> <ol> <li>Save it as a text file in your /npc/custom/ folder.</li> @@ -67,4 +67,4 @@ <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div> </div> </body> -</html>
\ No newline at end of file +</html> |