diff options
Diffstat (limited to 'readme/scripting.html')
-rw-r--r-- | readme/scripting.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/readme/scripting.html b/readme/scripting.html index 1253c0117..8a69aa382 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>RAthena | 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">RAthena<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 RAthena'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 RAthena 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> |