So, I can create the new, default "Hello, Avatar!" script and put it in an object.
I wear the object.
I don't get the "Hello, Avatar!" message.
I click on the object, and I get nothing.
I take off the object, and suddenly it says "Hello, Avatar!" as it's detaching.
Scripts that I wrote last year, that were working fine, don't work in worn objects - but when I detach the object, it initializes (and then shuts down, as the object is no longer worn).
state_entry for 'default' never happens (and 'default' is the only state in the script).
on_rez never happens
attach(key id) never happens
however, they all trigger when the obejct detaches.
What am I doing wrong?
