Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Dropping script into multipule prims

Debbie Watson
Registered User
Join date: 4 Jul 2006
Posts: 8
01-01-2007 11:09
Is there a way of dropping a script into many prims at the same time.
I wish to make an item which has 80 odd prims vanish on command, but dont have the time or patients to drop it each one individualy.

Thanks in anticipation
Debs
_____________________
Brit in New York
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
01-01-2007 11:55
From: Debbie Watson
Is there a way of dropping a script into many prims at the same time.
I wish to make an item which has 80 odd prims vanish on command, but dont have the time or patients to drop it each one individualy.

Thanks in anticipation
Debs


For this particular case you dont need to.
Use llSetLinkAlpha passing it LINK_SET

CODE

llSetLinkAlpha(LINK_SET, 0.0 , ALL_SIDES); // Hide everything
Debbie Watson
Registered User
Join date: 4 Jul 2006
Posts: 8
01-01-2007 13:36
Thankyou so much for your reply you solved my probem. Hugs.
_____________________
Brit in New York