Hi, tried this on dev list and mantis but no one helped, can anyone try this
on OS0.7RC1 and tell me if repro, thanks in advance.

- Create a box with a new script:

default
{
    on_rez(integer n)
    {
        llSay(0, "Script running");
    }
}

- Take to inventory and do a manual rez, the box says in chat 'Script
running';
- Create another box with this script:

default
{
    touch_start(integer n)
    {
        llRezObject("Primitive",llGetPos()+<0,0,1>,ZERO_VECTOR,llGetRot(),1);
    }
}

- Add the Primitive box you toke before to it and click.
- The primitive box is rezzed but there is no chat.

Expected: Primitive box says 'Script running' on rez;
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Reply via email to