View Single Post
  #7  
Old 11-19-2005, 05:38 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
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?
Reply With Quote