These forums are CLOSED. Please visit the new forums HERE
changing a structure's theme/appearance |
|
|
rathlin Zeno
Registered User
Join date: 28 May 2006
Posts: 12
|
06-05-2006 09:52
hi, i was wondering if anyone knows if it's possible to change the theme/appearance of a structure, kind of like changing css in an html? i'm working on a project to create a library science classroom, in which the different resources offered and artifacts and decoration will correspond to the type of class being taught.
|
|
Lazink Maeterlinck
Registered User
Join date: 8 Nov 2005
Posts: 332
|
06-05-2006 10:05
The way to do it is to have an object that contains all your decorations/equipment in it. In the script you'll want to tell it to rez those objects at a certain location. There are several methods to do this, you can move the rezzer object around and have it rez the objects at it's position, or use offsets, and have it rez the objects around it.
For cleanup, there are several methods as well, you can have an option in the rezzer which tells the objects to die (llDie) and then the objects will delete themselves. Or you manually delete all the stuff. It's just a matter of taste, how much scripting you want to do or have done for you. |
|
Kayla Stonecutter
Scripting Oncalupen
Join date: 9 Sep 2005
Posts: 224
|
06-05-2006 14:46
Sounds like this might be what you are looking for:
Drifting Thoughts MultiSetup Rezzer. It allows you to have multiple setups for an area and switch between them easily. _____________________
|