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/functions.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Core/functions.lua (limited to 'Core/functions.lua') diff --git a/Core/functions.lua b/Core/functions.lua new file mode 100644 index 000000000..5fc0173b9 --- /dev/null +++ b/Core/functions.lua @@ -0,0 +1,3 @@ +function SetBackCoordinates( Player ) + BackCoords[Player:GetName()] = Vector3i( Player:GetPosX(), Player:GetPosY(), Player:GetPosZ() ) +end \ No newline at end of file -- cgit v1.2.3