finish grizzly adams and daniel steelsoul tasks

This commit is contained in:
ErikasKontenis
2020-04-06 23:44:01 +03:00
parent 51f4ed6a65
commit 1798409553
6 changed files with 166 additions and 24 deletions

View File

@@ -23,7 +23,7 @@ function onSay(player, words, param)
if isFound then
local position = item:getPosition()
player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, "Your current position is: " .. position.x .. ", " .. position.y .. ", " .. position.z .. ".")
player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, "Item position is: " .. position.x .. ", " .. position.y .. ", " .. position.z .. ".")
end
end
end