[Opensim-users] Script issue

andrew johnson rossifan2007 at hotmail.co.uk
Fri Jun 18 20:55:11 UTC 2010


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: jor3l at foravatars.com
To: Opensim-users at lists.berlios.de
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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20100618/aa55e342/attachment.html>


More information about the Opensim-users mailing list