Added the new core as a subtree.
This commit is contained in:
11
Core/top.lua
Normal file
11
Core/top.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
function HandleTopCommand( Split, Player )
|
||||
local World = Player:GetWorld()
|
||||
|
||||
local PlayerPos = Player:GetPosition()
|
||||
local Height = World:GetHeight( math.floor(PlayerPos.x), math.floor(PlayerPos.z) )
|
||||
SetBackCoordinates( Player )
|
||||
Player:TeleportToCoords( PlayerPos.x, Height+1, PlayerPos.z )
|
||||
Player:SendMessage("Teleported to the top block")
|
||||
|
||||
return true
|
||||
end
|
||||
Reference in New Issue
Block a user