5 lines
215 B
Lua

function onSay(player, words, param)
player:sendTextMessage(MESSAGE_INFO_DESCR, "Buying a house is available only through auction which is available at website: https://sabrehaven.com/house.php")
return false
end