Explorar o código

Update script_commands.txt (#5543)

Added info to Mes format regarding Quests, Message, Tips
Liam Mitchell %!s(int64=4) %!d(string=hai) anos
pai
achega
07da37618f
Modificáronse 1 ficheiros con 19 adicións e 1 borrados
  1. 19 1
      doc/script_commands.txt

+ 19 - 1
doc/script_commands.txt

@@ -3,7 +3,7 @@
 //===== By:==================================================
 //= rAthena Dev Team
 //===== Last Updated:========================================
-//= 20180831
+//= 20201115
 //===== Description:=========================================
 //= A reference manual for the rAthena scripting language.
 //= Commands are sorted depending on their functionality.
@@ -1125,6 +1125,24 @@ Similarly, you can create links to websites that launch in a new window:
 
 	<URL>Display Name<INFO>http://www.example.com/</INFO></URL>";
 
+Quests
+------
+You can link to a quest:
+
+	<QUEST>Quest<INFO>1</INFO></QUEST>
+
+Message
+-------
+You can show a message from the msgstringtable:
+
+	<MSG>1</MSG>
+
+Tips
+----
+You can show a tip box:
+
+	<TIPBOX>Show Tip<INFO>1</INFO></TIPBOX>
+
 ---------------------------------------
 
 *next;