From 07da37618f04feb4749e727f32db2461874b256f Mon Sep 17 00:00:00 2001 From: Liam Mitchell Date: Wed, 18 Nov 2020 07:22:27 +1300 Subject: [PATCH] Update script_commands.txt (#5543) Added info to Mes format regarding Quests, Message, Tips --- doc/script_commands.txt | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 6aa4ec4085..826d38247e 100644 --- a/doc/script_commands.txt +++ b/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: Display Namehttp://www.example.com/"; +Quests +------ +You can link to a quest: + + Quest1 + +Message +------- +You can show a message from the msgstringtable: + + 1 + +Tips +---- +You can show a tip box: + + Show Tip1 + --------------------------------------- *next;