Lloyd Logan Posted July 12, 2012 Share Posted July 12, 2012 Hi Guys, Was just wondering how to view your Co-ordinates in game as it is really irritating me now? And another thing, could someone give me a small list some good things a beginner scripter can... well script, so far I have done Simple Login/Register and a Teleporter, some other simple, but useful things would be appreciated, Thanks Lloyd Link to comment
0 Castillo Posted July 12, 2012 Share Posted July 12, 2012 getElementPosition returns your world coordinates. Link to comment
0 Lloyd Logan Posted July 12, 2012 Author Share Posted July 12, 2012 getElementPosition returns your world coordinates. Thanks SS14 Any Ideas on Simple Scripting, Thanks Lloyd Link to comment
0 Jaysds1 Posted July 13, 2012 Share Posted July 13, 2012 Try scripting a calc, for in-game use. Link to comment
0 Castillo Posted July 13, 2012 Share Posted July 13, 2012 getElementPosition returns your world coordinates. Thanks SS14 Any Ideas on Simple Scripting, Thanks Lloyd You're welcome. Link to comment
0 Lloyd Logan Posted July 13, 2012 Author Share Posted July 13, 2012 Try scripting a calc,for in-game use. Is it Somthing hard just to wind me up, or easy? Link to comment
0 Jaysds1 Posted July 14, 2012 Share Posted July 14, 2012 well, it's mostly math related, so if your good in math then this should be easy. Link to comment
0 qaisjp Posted July 23, 2012 Share Posted July 23, 2012 Well, it depends on whether you are going to make it optimised, if your not going to make it optomised then its easy as hell. Link to comment
0 Lloyd Logan Posted July 24, 2012 Author Share Posted July 24, 2012 Well, it depends on whether you are going to make it optimised, if your not going to make it optomised then its easy as hell. Optimised? Link to comment
0 jcullen Posted August 2, 2012 Share Posted August 2, 2012 I think that a good scripting calculator and a working design would be able to do just that. Not quite familiar however with the intricate details that will let you handle and consider them to work as is. Hope that you would great with what you actually need and probably like to accomplish. It really looks like a very possible and worthy work to put things to perspective. Link to comment
0 qaisjp Posted August 2, 2012 Share Posted August 2, 2012 Kiddeh's method: if text=="1+2+3" then .. elseif..spam..else error=true end good method: text = protectText(text) local value = loadstring('return '..text)() Link to comment
Question
Lloyd Logan
Hi Guys,
Was just wondering how to view your Co-ordinates in game as it is really irritating me now?
And another thing, could someone give me a small list some good things a beginner scripter can... well script,
so far I have done Simple Login/Register and a Teleporter, some other simple, but useful things would be appreciated,
Thanks Lloyd
Link to comment
10 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now