Difference between revisions of "Talk:MLPV2 Color Changer Add-on"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with 'You can skip the main script if you choose another '''linknum''' (see https://wiki.secondlife.com/wiki/LlMessageLinked): LINKMSG ColorName1 | 0,-1,987799,<0.0,0.0,0.0> LINKMSG C...')
 
m
 
Line 1: Line 1:
You can skip the main script if you choose another '''linknum''' (see https://wiki.secondlife.com/wiki/LlMessageLinked):
You can skip the main script if you choose another '''linknum''' (see https://wiki.secondlife.com/wiki/LlMessageLinked):


LINKMSG ColorName1 | 0,-1,987799,<0.0,0.0,0.0>
LINKMSG ColorName1 | 0,-1,987799,<0.0,0.0,0.0>
LINKMSG ColorName2 | 0,-1,987799,<0.5,0.5,0.5>
LINKMSG ColorName2 | 0,-1,987799,<0.5,0.5,0.5>
...
...


Using linknum -1 (LINK_SET) instead of -4 (LINK_THIS) sends the message from the menu directly to all prims in the link set.  
Using linknum -1 (LINK_SET) instead of -4 (LINK_THIS) sends the message from the menu directly to all prims in the link set.  


--[[User:Jenni Eales|Jenni Eales]] 08:39, 21 January 2010 (UTC)
--[[User:Jenni Eales|Jenni Eales]] 08:39, 21 January 2010 (UTC)

Latest revision as of 01:39, 21 January 2010

You can skip the main script if you choose another linknum (see https://wiki.secondlife.com/wiki/LlMessageLinked):

LINKMSG ColorName1 | 0,-1,987799,<0.0,0.0,0.0>
LINKMSG ColorName2 | 0,-1,987799,<0.5,0.5,0.5>
...

Using linknum -1 (LINK_SET) instead of -4 (LINK_THIS) sends the message from the menu directly to all prims in the link set.

--Jenni Eales 08:39, 21 January 2010 (UTC)