Difference between revisions of "Talk:MLPV2 Texture 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 Choice1 | 0,-1,987777,Texture1 LINKMSG Choice2 | 0...')
 
m
 
(One intermediate revision by the same user not shown)
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 Choice1 | 0,-1,987777,Texture1
  LINKMSG Choice1 | 0,-1,987777,Texture1
Line 5: Line 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:23, 21 January 2010 (UTC)
--[[User:Jenni Eales|Jenni Eales]] 08:23, 21 January 2010 (UTC)

Latest revision as of 01:36, 21 January 2010

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

LINKMSG Choice1 | 0,-1,987777,Texture1
LINKMSG Choice2 | 0,-1,987777,Texture2
...

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:23, 21 January 2010 (UTC)