-
-
Save DonBatman/07f990f0ea6b8563c8f3b0bfbaa05b01 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
minetest.register_on_chat_message(function(name, message) | |
local playername = name | |
quests.check_title(playername) | |
local title = quests.players[playername].title | |
name = title.." "..name | |
return name,message | |
end) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment