summaryrefslogtreecommitdiffstats
path: root/Core/functions.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Core/functions.lua')
-rw-r--r--Core/functions.lua3
1 files changed, 3 insertions, 0 deletions
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