Skip to content

Instantly share code, notes, and snippets.

@DonBatman
Created August 18, 2016 17:50
Show Gist options
  • Save DonBatman/07f990f0ea6b8563c8f3b0bfbaa05b01 to your computer and use it in GitHub Desktop.
Save DonBatman/07f990f0ea6b8563c8f3b0bfbaa05b01 to your computer and use it in GitHub Desktop.
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