4 'hint' mod - for Inside The Box.
8 minetest
.register_on_chat_message(function(name
, message
)
9 if message
:sub(1, 1) == "/" then
12 if message
== "hint" then
13 minetest
.chat_send_player(name
, minetest
.colorize("#44ff44",
14 "Just so you know, there are videos showing how to do the tutorial on our website!"))