Jump to content

mischief Goldshark

Resident
  • Posts

    32
  • Joined

  • Last visited

Everything posted by mischief Goldshark

  1. Pokemon is a registered trademark of Nintendo.. you might want to rethink..
  2. @ron: i could but i am anti-display names with stupid characters you cant read, so never use them in scripts
  3. default{ state_entry() {} touch_start(integer num) { string player = llKey2Name(llDetectedKey(0)); integer roll = (integer)(llFrand(100.0)+1); llSay(0, llGetRegionName() + ": " + player + " rolled a " + (string)roll); }}
  4. yes the supposed SL login is acually a sub-domain on http://id-secondlife-openid.scienceontheweb.net definatelty phishing, well spotted
  5. Over the last few weeks I have seen a few times now avatars coming onto my home sim with the name (???.???) when i try to open their profile, it gives a 404 error. Most of the times i have seen an avatar with this name i usually receive spam from them advertising some store. Also a few times now, non-friends have been able to start conference calls with me, (and no-one in the call is my friend either). It is my understanding that you can open a conference call with people on your friends list. Any idea's what is going on?
  6. I always start at the same place, a small island and i cannot rez objects. i cannot find any more sims in the world map, i tried search and every teleport link says place no longer available. I have already join Second Life Beta group and still cant TP to the beta sandboxes. So, how do i get to somewhere i can rez objects?
  7. i have never played this byngo game before i agree that LL's TOS on gambling are an absolute joke.. there has been a game in world for at least a year called Tip n Earn which even states tip me and 49% of the time ill pay you back double.. absolutely no skill involved just a 49% chance.. a game of chance.. gambling! This game has been AR'd mulitple times (including by myself) and still nothing has been done about it!
  8. You will receive the signup bonus after 45 days of being a premium member
  9. Ever wanted to run your own club? Use my club completely free and keep 100% of anything you make! Contact Mischief Goldshark inworld detailing your experience running clubs.
  10. i can access adult areas.. i have filled in the age verification on the SL website. But still cant get into age verified areas, popup message still just says i need to verify my age on the website Edit in Response: i already have my preferences set to General/Moderate/Adult
  11. www.slcapex.com is the most popular trading site, although i have heard of many others as well. slcapex is well run, but that means nothing when dishonest sl residents run off your cash and they cant do a thing about it
  12. hi, i tried investing with SLCAPEX a few months ago, i invested a small amount of L$ in a company called Absolut Model Group, in less than a week the companies trading was halted because the owner had run off with off the money. Never trust anyone with your money in SL!!
  13. yay thats got it Thank you very much!
  14. Hi Dora, thanks for your reply im really confused! i read your calculation and yes it just what i need.. yet when i put it in a script it gives the wrong result.. default{ state_entry() { } touch_start(integer total_number) { integer percent = 10; integer amount = 100; float new_amount = (100 + 10) / 100 * amount; llOwnerSay((string)new_amount); }} it gives me a result of 100 instead of 110
  15. Im really bad at maths :( I need to find a calculation that can either add or subtract a percentage. add 10% integer amount = 100; integer percent = 10; or subtract 10% integer amount = 100; integer percent = -10;
  16. I recently got involved with the new, Greendale Breedable Bears. They are alot cheaper to maintain than other breedables i have owned before and the offspring are selling at reasonable prices.
  17. integer SIDES = 6;default { touch_start(integer num_detected) { integer roll1 = (integer)(llFrand(SIDES) + 1); integer roll2 = (integer)(llFrand(SIDES) + 1); integer roll3 = (integer)(llFrand(SIDES) + 1); integer total = roll1 + roll2 + roll3; llSay (0, llDetectedName(0) + " rolls a " + (string)roll1 + " and a " + (string)roll2 + " and a " + (string)roll3 + ", totaling " + (string)total);}} OR integer SIDES = 6;integer NumberOfRolls = 3;integer total = 0;default { touch_start(integer num_detected) { integer i = 0; for (; i<NumberOfRolls; ++i ) { integer roll = (integer)(llFrand(SIDES) + 1); total += roll; llSay (0, llDetectedName(0) + " rolls a " + (string)roll); } llSay (0, llDetectedName(0) + " your total is " + (string)total);}}
  18. how about on your product listings offering a 5% discount to puchase the item inworld with a slurl direct to the item?
  19. great, just what i needed thanks Darkie :smileyhappy:
  20. is there a way to send a list from 1 object to another in 1 message? i need to send a list of keys from 1 object to another, the list may have 0-10 keys in it.. thanks
  21. im no expert but this will work if your string is comma seperated.. list data = llParseString2List(your_string), [","], []); first_number = llList2String(data, 0);
  22. 64x64 Sky Platform for Rent 500 prims available ONLY L$ 800 P/W or L$ 3000 P/M Contact Mischief Goldshark
×
×
  • Create New...