Update script_commands.txt (#5543)

Added info to Mes format regarding Quests, Message, Tips
This commit is contained in:
Liam Mitchell 2020-11-18 07:22:27 +13:00 committed by GitHub
parent 4935248f10
commit 07da37618f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
//===== By:================================================== //===== By:==================================================
//= rAthena Dev Team //= rAthena Dev Team
//===== Last Updated:======================================== //===== Last Updated:========================================
//= 20180831 //= 20201115
//===== Description:========================================= //===== Description:=========================================
//= A reference manual for the rAthena scripting language. //= A reference manual for the rAthena scripting language.
//= Commands are sorted depending on their functionality. //= 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>"; <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; *next;