From 0623a4f9be1c21651ea212f7b4d86136a67ddffe Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 27 Jul 2013 16:16:04 +0100 Subject: Added the new core as a subtree. --- Core/top.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Core/top.lua (limited to 'Core/top.lua') diff --git a/Core/top.lua b/Core/top.lua new file mode 100644 index 000000000..bc2343f7f --- /dev/null +++ b/Core/top.lua @@ -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 \ No newline at end of file -- cgit v1.2.3