Quote:
|
Originally Posted by Stefan
Well you have the object.link() function which passes a link to the object, and doesn't necessary copy it
|
Hm. What about things like obj.substring(...)? Is it necessary to use something like this?
NPC Code:
text = obj.substring(...);
myfunction (text.link());
Also, it's not really relevant to the thread, but is it possible that we could get clipboard access from within scripts? Mostly for scripted chat bars and suchlike.