Jump to content

Spike Hartunian

Resident
  • Posts

    11
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

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

  1. Spike Hartunian

    Membership

    I have requested to downgrade my account but want to cancel the downgrade, how do i do this?
  2. Hi there, We are urgently seeking skilled and experienced, and most importantly, quick builders to put together a 32 sim project recreating a real-life city. Ideally we would want builders who are experienced in mesh, but non-mesh buildings would also be acceptable as long as they are of high quality. If you are interested please email me ASAP on spike@spikehartunian.me.uk. Thanks, Spike
  3. Hi there, I am desperately looking for some UK style road textures, we stop signs, corners and so forth. All of the ones I can find on marketplace look fairly generic and not very interesting. Anybody got any suggestions? Thanks, Spike
  4. Hi there, This is my first attempt at scripting, and I'm having some problems. I'm trying to make a performing artist board, the kind of thing where you can tip, join group, go to Facebook etc. So I have created the board and have two scripts in the root prim. The first one handles what happens when someone clicks the various buttons: default { state_entry() { llSay(0, "Hello, blah let's rock!!"); } touch_start(integer total_number) { if (llDetectedLinkNumber(0) == 4) { llSay(0, "Enjoy your JD, " + llKey2Name(llDetectedKey(0))); llGiveInventory(llDetectedKey(0),"Jack Daniel's"); } if (llDetectedLinkNumber(0) == 7) { llGiveInventory(llDetectedKey(0),"Music List"); } if (llDetectedLinkNumber(0) == 6) { llGiveInventory(llDetectedKey(0),"blah Bio"); } if (llDetectedLinkNumber(0) == 5) { llInstantMessage(llDetectedKey(0), "Click this link for group page: " + "secondlife:///app/group/3475c29a-9a42-8e4e-b0ad-94183b73cdd9/about"+""); } if (llDetectedLinkNumber(0) == 3) { llLoadURL(llDetectedKey(0),"Visit blah's facebook page!","http://www.facebook.com/blah"); } } } The second is the tipjar script: // TipJar with modifiable percentage split integer percentage = 10; //The percentage of money to give to the person targetted below key target = "key"; //The key of the person who will receive the power default { on_rez(integer start_param) { llResetScript(); } state_entry() { llSetPayPrice(PAY_DEFAULT, [50,100,250,500]) ; llRequestPermissions(llGetOwner(), PERMISSION_DEBIT); } run_time_permissions(integer perms) { if (perms > 0) { state enabled; } } } state enabled { money(key id, integer amount) { llGiveMoney(target, llRound(amount * (float)(percentage/100.0))); } } What is happening is that if I click on anywhere on the board it comes up with the pay option despite not having the CLICK_TO_PAY function anywhere, and it is driving me up the wall. I guess a secondary question is is there any way I can combine the scripts to just have the one script? I tried putting the tip script into a child prim but that didn't help either. Thanks, Spike
  5. Hi there. We are looking to create a London gangland role-playing sim and am looking for someone to help build and design the entire project, from creating the buildings, helping with the storyline and doing the scripting. Preferably someone with experience in this kind of field be good. If you could drop me an e-mail on spike@spikehartunian.me.uk so we can discuss that would be great. Thanks, Spike
  6. My issue is that I manage a couple of musicians and there are lots of groups to publicise them in, and I'd rather do it once to lots of groups rather than individually. Cheers, Spike
  7. hi, Is there a product I can purchase which allows you to post group notices to multiple groups at the same time rather than doing a separate message to each group? Someone has told me it exists, but I can't find it. Thanks, Spike
  8. Hi there, I'm looking to hire a builder who can redevelop a long established 5 sim community with me. It is a popular location but is falling behind in terms of build quality considering the advancements in SL over the last couple of years. If you are interested, then please e-mail me on spike@spikehartunian.me.uk so I can discuss it further details our requirements and costs. Please be aware, I would prefer someone who is proficient in mesh, however, depending on quality, we would consider regular prim buildings. Also, the builder would have to provide all buildings With full permissions. Cheers, Spike
  9. Thanks, I have now brought the additional land based on your responses and I'm very happy. Best wishes, Spike
  10. hi there, I hope you can help. I have 2048 m² of mainland in a Sim. 348 m² is now available somewhere else in the same Sim. If I was to buy that 348 m², even though they are not connected, can I use the prim count on the 2048 m² plot? Also, I am right in thinking that if I only have 2048 m² I can purchase 348 m² without increasing my charges correct? Thanks, Spike
×
×
  • Create New...