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;