Posted 28 November 2014 - 06:29 PM
Hey does anyone know how to set use these in two diffrent programs.
local xPos,zPos = 0,0
local xDir,zDir = 0,1
I want to run a program that set this pos, and then later run another program like excavate. The last program should know where the xPos and zPos is
local xPos,zPos = 0,0
local xDir,zDir = 0,1
I want to run a program that set this pos, and then later run another program like excavate. The last program should know where the xPos and zPos is
Edited on 28 November 2014 - 05:30 PM