PDA

View Full Version : object name change


Kevin
02-19-2007, 08:24 PM
When an object's name is changed, references to the variables of the object do not get their names updated correctly in the world methods. Things still work, so the internal pointers seem to be ok, but the code still shows the old object name for the variables.

chuck
02-19-2007, 08:48 PM
If you save a word after changing the name of an object, then re-open the world, references to the object will have been updated.