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.
|
I don't think there is a way to call default functions like that. What you could do is have doFunctions trigger 'custom' ones that have the functionality of default ones.