Jump to content

PsyberMind

Resident
  • Posts

    13
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Thank you for the tips.. I've decided to take one of the models I've aquired and start by making a spring line. So far from my friends, and a few outsiders, the first couple of designs have been well accepted,so we'll see what happens. One more question, is there a way that anyone can think of, to streamlining the process of getting things ready to sell? Right now, my workflow consists of rezzing out a copy of each model (sizes), linking an invisiprim to it, dragging each texture to the model, taking back the model, moving it to a folder.. granted that once I get into the swing of it, it's rather quick to do, but I would think that there would be a more simplified way of doing things.. Espeically when I have 4-5 designs to prepare at once..
  2. This may be in the wrong forum, and if it is, feel free to move it... From a logistical standpoint, how do you get started as a designer.. I mean, do you lay out a spreadsheet of the colors/fabrics of the garments you want to make to sell? Do you just go with the basic colors? I've picked up a few full perm mesh kits that I want to start working with, just to get a feel for the process while I learn 3d modeling better.. So I want to start selling these kits (with my own textures, obviously) I have some people willing to "Walking Billboard" for me, to hopefully get my name out there.. but I'm stuck on how many/what options to put out there to start with..
  3. This is the second tuesday in a row.. I understand things happening, but come on now.. Some groups have a show to put on In all seriousness though.. Why two weeks in a row?
  4. So wait.. Just because you aren't American, and HIPPA Doesn't apply to you, you are perfectly fine with Disclosing Patient information, weather intentional or not? :mansurprised:
  5. Welcome to the newest inworld nightlife experience. Welcome to The 8th Deadly Sin The 8th Deadly Sin is an inworld club experience like never before. With a state of the art dance floor, couples only area over looking a majestic beachfront, VIP room and more, The 8th Deadly Sin promises to be where it's at. Stop by and check out our live DJ, request your favorite song, and if we don't have it, we can get it! The casual club not your style? Then check out our Rooftop Rave where you can dance all night long, work up a sweat, and get some free swag to boot! Maybe you are just browsing? Stop by the second floor boutique where our very own Sin Originals are displayed and waiting for you. Or maybe you just want to take a load off and play a game? The third floor Game Room is open, with new games coming soon! Get in on the action, join our group and get reminded of our grand opening event. which we affectionaly call Valentines Day Sin where you can register for fabulous prizes! TP you and all your friends to The 8th Deadly Sin TODAY
  6. Still plenty of openings.. stop on by and talk with one of the owners if you have any questions!
  7. I just re-read my post and realized my hands got in the way of my brain.. I meant to say I created an object that has script attached to it.. My apologies. Thank you, this helps tremendously, and gives me a great jumping off point to expand on it. Ok.. So what I want to do is basically as a learning experience, and to expand on the object.. If someone touches the object, it gets their user name. If they are a DJ, it lists the requests, if not, it plays the instructions for making a request.. SO.. that being said.. I'm looking at a moderate IF/ELSE statement.. get av name IF av name = DJ play request list ELSE play instructions Keeping in mind my lack of experience with LSL, but I do have a decent knowledge of other scripting languages, just gotta get the nuances of LSL, will that logic work?
  8. It's a real simple script... I got it off the wiki, doesn't do a whole lot right now.. Keep in mind I'm still learning LSL integer DEDICATION_CHANNEL = 98;list requests = []; default{ touch_start(integer total_number) { if(llDetectedKey(0) != llGetOwner()) jump user; if(llGetListLength(requests) == 0) { llOwnerSay("No dedications are currently lined up."); return; } llOwnerSay("----------------- BEGIN REQUESTS ------------------"); integer itra; for(itra=0; itra<llGetListLength(requests); itra+=3) { llOwnerSay(llList2String(requests, itra) + " requested the song: " + llList2String(requests, itra+1)); llOwnerSay("With the dedication: " + llList2String(requests, itra+2)); if(itra+3<llGetListLength(requests)-1) llOwnerSay("-------------------------------------------------------"); } llOwnerSay("------------------ END REQUESTS -------------------"); return;@user; integer comHandle = llListen(DEDICATION_CHANNEL, "", llDetectedKey(0), ""); llInstantMessage(llDetectedKey(0), "To request the song \"That's Life - Frank Sinatra\" with the dedication \"For my friend Lydia, I love you!\", you would type into the main chat:\n\n/" + (string)DEDICATION_CHANNEL + " That's life - Frank Sinatra%For my friend Lydia, I love you!\n\nThe forward-slash and the number after the slash are important."); } listen( integer channel, string name, key id, string message ) { if(channel != DEDICATION_CHANNEL) return; requests += (list)name + llList2List(llParseString2List(message, ["%"], [""]), 0, 0) + llList2List(llParseString2List(message, ["%"], [""]), 1, 1); llInstantMessage(id, "Thank you! Your dedication has been stored and will be played at the DJ's convenience."); }}
  9. I created a small script that would allow for users in my club to request songs.. Currently only *I* can pick up the requests. Is there a way to set it so that DJ's can also check requests, or do I have to give every DJ their own?
  10. Not to try and poke my head in this, but I'm gonna anyway While I share the agreement that this would be a good idea, what concerns me is possible HIPPA compliance issues. If indeed you are a licensed therapist, I would tread lightly. As you know, HIPPA isn't anything to sneeze at.
  11. Welcome to the newest inworld nightlife experience. Welcome to The 8th Deadly Sin The 8th Deadly Sin is an inworld club experience like never before. With a state of the art dance floor, couples only area over looking a majestic beachfront, VIP lounge and more, The 8th Deadly Sin promises to be where it's at. Or first opening is planned for this weekend, with our grand opening event planned for Valentines Day. We are currently looking to fill multiple positions for DJ's, Event Hosts, and of course, Dancers (both male and female are welcome to apply) We offer a generous compensation structure across all positions, and a management team that promises to work together to bring the best employment and club experience known to the inworld community. To apply, send an inworld message to Sinfullysaucy spiritor, PsyberMind Resident, Raina tigerfish, or Madmonkey Zhou and we'll get you one post-haste Still curious? Feel free to stop by and check us out, TP to The 8th Deadly Sin today and remember to set your LM for the hottest nightspot soon to land on the grid
×
×
  • Create New...