Blockland Forums > Help
Is there a way to get the coordinates you are standing in?
TristanLuigi:
--- Quote from: Gen. Hothauser on August 03, 2013, 12:20:45 PM ---I think there are VCE values <var:cl:posx> <var:cl:posy> and <var:cl:posz>
--- End quote ---
That might be for the beta Advanced VCE add-on.
Gen. Hothauser:
--- Quote from: TristanLuigi on August 06, 2013, 02:18:51 PM ---That might be for the beta Advanced VCE add-on.
--- End quote ---
Nah, not that. If it isn't a part of the original VCE addon, it's in one of the two actually decent VCE variable replacer files.
Dglider:
--- Quote from: Apex on August 02, 2013, 12:00:21 AM ---Is there a command for it?
--- End quote ---
Look at an object and type /getTransform to get information on its location and some other stuff.
or, just add in a command to do what you desire.
--- Code: ---function serverCmdgetposition(%client){messageClient(%client,'',"<color:FFFFFF>You are at "@%client.player.position);}
--- End code ---
/getposition to use