summaryrefslogtreecommitdiff
path: root/readme/scripting.html
diff options
context:
space:
mode:
authorxazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-04-21 10:37:44 +0000
committerxazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-04-21 10:37:44 +0000
commit47c9d62ec34f1d83bedee0490a80287a9529fef9 (patch)
tree98eea532fbb5e545acc2bf8e5a8125fe55daca36 /readme/scripting.html
parentf5e330384dfe0ee0d959402ee5d8d140360e58ac (diff)
downloadhercules-47c9d62ec34f1d83bedee0490a80287a9529fef9.tar.gz
hercules-47c9d62ec34f1d83bedee0490a80287a9529fef9.tar.bz2
hercules-47c9d62ec34f1d83bedee0490a80287a9529fef9.tar.xz
hercules-47c9d62ec34f1d83bedee0490a80287a9529fef9.zip
* Made branding more consistent.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15905 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'readme/scripting.html')
-rw-r--r--readme/scripting.html8
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>
&nbsp;&nbsp;&nbsp;mes "[NPC Name]";<br>
&nbsp;&nbsp;&nbsp;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>