Jump to content

Angelus Bunin

Resident
  • Posts

    12
  • Joined

  • Last visited

Everything posted by Angelus Bunin

  1. So I have the following script. I know it's set to a listen channel (did not get it to work) and I just want a simple edit or script to go transparent and solid on a single prim //This is the command used to make the object show itself. You can change it to what ever you like. string sCommand = "show"; //This is the command used to make the obnject hide itself. You can change it to what ever you like. string hCommand = "hide"; //This is the channel which the object will listen to. It is set to channel 9 so to make it work you will say '/9' then the command. integer chan = 9; //this is the time that the object will display itself for before it automatically hides itself, it is set to 0 so you will se the box when you rez it. integer time = 0; //This script automatically turns the object to phantom, If you wish it to be solid then change this value to FALSE. integer switch = TRUE; //--------------------------------------------------------------------- default { state_entry() { llListen(chan,"",NULL_KEY,""); llSetStatus(STATUS_PHANTOM,switch); llSetTimerEvent(time); } listen(integer channel, string name, key id, string msg) { if (msg == sCommand) { llSetAlpha(1,ALL_SIDES); llSetTimerEvent(time); } if (msg == hCommand) { llSetAlpha(0,ALL_SIDES); } } timer() { llSetAlpha(0,ALL_SIDES); } on_rez(integer start_param) { llResetScript(); } }
  2. Looking to create a list of the best machinima makers in Second Life please drop me a notecard in world Angelus Bunin with name and references of work created and/or customer references.
  3. Looking to build a list of the best landscapers (amazing builds like the ocho tango sim, las olas, etc) in the grid with in world refferences of Sims they have done and people. Please drop me a notecard in world @ Angelus Bunin
  4. Need a Mesh building creator to see if it's possible to build a building. Have reference pictures. Please contact me in world
  5. Tamara you have the exact posing stand i am trying to hunt down and buy . . . . ugh . . . the creator is like a ghost i have no idea where it is sold or how to obtain it
  6. that pose sand will work for what i need it for. Who makes it or what is the name of it Tamara?
  7. i am guessing it would be a multi pose stand? it would be for switching through poses for photography and it goes invisible like regular pose stands also . . .
  8. it's not a pose its a stand like the one in the picture i just posted
  9. Like i said it's not a normal or inverted pose stand. . . . it looks something like this . . . had to build a model of it for show purposes
  10. Hello everyone: I am looking for a specific pose stand that is in the shape of << O >> and it can be made invisible or hidden. it's not your usual pose stand where you stand on it this one goes over the head
×
×
  • Create New...