Say I want users to input complicated math in the form of a string
"3+5+3+2x3", and i want it to be handled ingame, at runtime. Meaning [3+5+3+2x3] won't work. Is there a library that lets you do, say...
mob/verb/MathProblem(var/T="3+3+3" as text)
usr << "The answer to [T] is : [doMath(T)] !"
[SOLVED: http://www.byond.com/developer/AbyssDragon/SET ]
|
|||||||||||||||||||||||||||||||||
