Posted 28 November 2014 - 01:42 AM
Hello! I'm currently working on a project where I need a few things. I wish to be able to name and access variables from string-based input. Is this possible? For example:
Another issue I'm having is with parallels. I need to run a countdown and a click-detection at the same time. I've tried using parallels, but when I do, it waits for a click then runs the timer. Any help?
function setVar(varname, value)
(varname) = value
end
setVar("chicken", "Hello!")
print(chicken)
This code would print out "Hello!"Another issue I'm having is with parallels. I need to run a countdown and a click-detection at the same time. I've tried using parallels, but when I do, it waits for a click then runs the timer. Any help?