5 lines
213 B
Lua
5 lines
213 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://tibianus.com/house.php")
|
|
return false
|
|
end
|