Is there any inherent danger in loading the same datum into two different places, and having them active at the same time? For example, if I have a proc that creates the object, and works with a proc variable called 'O' to create and save it. Then, I have a proc that loads the "same" object into a permanent variable called 'THISOBJ', and the variables' lifespans overlap a bit. Are there any inherent problems with that? Or, does Byond consider them two separate objects?
=$= Big J Money =$=
ID:153037
Mar 14 2005, 4:17 pm
|
|
Mar 14 2005, 7:29 pm
|
|
Other than maybe deciding which one to save again, you should not have any problems. They are two separate objects whose variables happen to match.
|