diff options
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> |