Quote:
|
Originally Posted by Yen
You all misunderstood.
I want to make it perform the actions that are in a string.
For example.
this.txt = "putexplosion(2,30,30)";
DoFunctions(this.txt);
This would put an explosion with a radius of 2 at 30,30.
|
If you can call that function, can you not simply call what you were passing to it as an argument?