Whit3 Posted October 26, 2013 Share Posted October 26, 2013 I want get the time by meta.xml local time = tonumber(string.sub(get("#"meta.xml".time"),1,2)) or 0; Anyone can help me? Link to comment
Castillo Posted October 26, 2013 Share Posted October 26, 2013 You mean get the value of "time" setting? if so, then just do: local time = tonumber ( string.sub( get ( "time" ), 1, 2 ) ) or 0 Link to comment
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