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
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)

Revision as of 01:24, 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)