summaryrefslogtreecommitdiff
path: root/readme/scripting.html
diff options
context:
space:
mode:
authoreuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-09-15 19:41:18 +0000
committereuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-09-15 19:41:18 +0000
commitb45455dc15bc807d4d43deb074aa08ddecccface (patch)
tree14694603b8c09b9c92c86b8dad998ae27a67cd14 /readme/scripting.html
parentd56af8d0fe7e9dbf92b2d41cfd8f1a4c0736ae44 (diff)
downloadhercules-b45455dc15bc807d4d43deb074aa08ddecccface.tar.gz
hercules-b45455dc15bc807d4d43deb074aa08ddecccface.tar.bz2
hercules-b45455dc15bc807d4d43deb074aa08ddecccface.tar.xz
hercules-b45455dc15bc807d4d43deb074aa08ddecccface.zip
* Added "Hunting Missions" custom script (npc\custom\quests\hunting_missions.txt)
* Small updates to "readme" files and atcommands documentation * Deleted a misleading 'notice' file as we have no stable branch or official release (\notice.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16779 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'readme/scripting.html')
-rw-r--r--readme/scripting.html25
1 files changed, 10 insertions, 15 deletions
diff --git a/readme/scripting.html b/readme/scripting.html
index 8a69aa382..0218464b3 100644
--- a/readme/scripting.html
+++ b/readme/scripting.html
@@ -32,24 +32,19 @@
<strong>Common Script Commands:</strong>
<ul>
- <li><strong>mes</strong><br>
- usage: mes &quot;&lt;message&gt;&quot;;<br>
- info: displays a line of text in an NPC's dialog window.</li>
- <li><strong>close</strong><br>
- usage: close;<br>
- info: displays a &quot;Close&quot; button in an NPC's dialog window.
+ <li><strong>mes &quot;&lt;message&gt;&quot;;</strong><br>
+ displays a line of text in an NPC's dialog window.</li>
+ <li><strong>close;</strong><br>
+ displays a &quot;Close&quot; button in an NPC's dialog window.
</li>
- <li><strong>next</strong><br>
- usage: next;<br>
- info: displays a &quot;Next&quot; button in an NPC's dialog window.
+ <li><strong>next;</strong><br>
+ displays a &quot;Next&quot; button in an NPC's dialog window.
</li>
- <li><strong>getitem</strong><br>
- usage: getitem &lt;item id&gt;,&lt;amount&gt;;<br>
- info: gives the player an item.
+ <li><strong>getitem &lt;item id&gt;,&lt;amount&gt;;</strong><br>
+ gives the player an item.
</li>
- <li><strong>delitem</strong><br>
- usage: delitem &lt;item id&gt;,&lt;amount&gt;;<br>
- info: deletes an item from the player.
+ <li><strong>delitem &lt;item id&gt;,&lt;amount&gt;;</strong><br>
+ deletes an item from the player.
</li>
</ul>
<strong>Script Command Documentation:</strong><br>