Update 'TylerTracker.lua'
This commit is contained in:
parent
16b4041d2b
commit
a7f06bc8bd
@ -13,16 +13,24 @@ while true do
|
||||
if pos == nil then
|
||||
main.setCursorPos(1,2)
|
||||
main.clearLine()
|
||||
main.write("Player cannot be found currently.")
|
||||
main.write("Player not found.")
|
||||
main.setCursorPos(1,3)
|
||||
main.clearLine()
|
||||
main.write("Last known location:")
|
||||
else
|
||||
main.setCursorPos(1,2)
|
||||
main.clearLine()
|
||||
main.write("X: " .. pos.x)
|
||||
main.write("Player found.")
|
||||
main.setCursorPos(1,3)
|
||||
main.clearLine()
|
||||
main.write("Y: " .. pos.y)
|
||||
main.setCursorPos(1,4)
|
||||
main.clearLine()
|
||||
main.write("X: " .. pos.x)
|
||||
main.setCursorPos(1,5)
|
||||
main.clearLine()
|
||||
main.write("Y: " .. pos.y)
|
||||
main.setCursorPos(1,6)
|
||||
main.clearLine()
|
||||
main.write("Z: " .. pos.z)
|
||||
end
|
||||
sleep(1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user