Update script_commands.txt (#5543)
Added info to Mes format regarding Quests, Message, Tips
This commit is contained in:
parent
4935248f10
commit
07da37618f
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user