Hello,
Is there a way to store any given object's variables into a string or list and then restore them at given time?
ID:273131
Oct 7 2009, 3:18 pm
|
|
Oct 7 2009, 3:59 pm
|
|
Mr.DJ7 wrote:
Hello, Run a for loop through the atom's vars... for(var/X in vars) They would be restored in a similar manner. Bear in mind that there are certain vars that you can NOT change, and trying to do so will cause errors. You will want to add a check to make sure you aren't screwing anything up. |