did you read this page first cause devs may been rejected this
http://opensimulator.org/wiki/Bugs

Date: Fri, 18 Jun 2010 15:29:27 -0500
From: [email protected]
To: [email protected]
Subject: [Opensim-users] Script issue

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;                           
          
_________________________________________________________________
http://clk.atdmt.com/UKM/go/195013117/direct/01/
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Reply via email to