Search the Community
Showing results for tags 'off'.
-
BEE REAL ESTATE SINCE 2007 *** 🎃 For best Teleport, copy the SLURL to your clipboard, and paste it into your viewer chat.🎃 336m - 115 prims - L$149/w Roadside at Ironjaw 2x Ptotected Roadside & OceanFrontIdeal for small Mainstore! at Gramela , see bellow 640m - 219 prims - L$179/week Long Term Only Oceanfront at Gramela 1,024m - 351 prim - L$249/w Grass Valley at Olber 2,048m - 703 prims - L$499/w Golden Sands at Storgosia 💀 💀 4,096m - 1406 prims - L$449/w Ocean Front at Mondrian 💀 💀 4,096m - 1406 prims - L$449/w Sand Hills at Nileswarm 💀 💀 4,096m - 1406 prims - L$449/w Grass Hills at Eurodium💀 💀4,096m - 1406 prims - L$449/w Grass Hills at Furor💀 UP TO 4 WEEKS!!! 😮 For best Teleport, copy the SLURL to your clipboard, and paste it into your viewer chat. ALL PARCELS ARE FULL PERM - NO RULES - YOU RULE !
-
- half price
- discounted
-
(and 51 more)
Tagged with:
- half price
- discounted
- sales
- soldes
- mainland
- rentals
- estate
- private
- land
- plot
- spot
- cheap
- affordable
- nice
- luxury
- full
- perm
- abilities
- power
- ground
- deck
- platform
- flat
- grass
- square
- 64x64
- landsea
- beach
- *****
- bech
- baech
- waterfront
- roadside
- oceanfront
- sea level
- mountain
- snow
- sand
- golden
- halloween
- scare
- tricj
- treat
- 2022
- second life
- beethros
- bee
- parcel
- off
- online
- search
- tenant
- rules
-
A fantastic month awaits you! A spectacular group gift and a different giveaway every week!!! https://ebentotheevent.wixsite.com/ebento/group-gift-giveaway And our fantastic designers offer you: mesh bodies, mesh heads, skins, objects for your home, Animation Override ... and more clothes, make-up, tattoos, accessories, poses, dances and much more all original... and you will also find a Follow Up section! with all the ex-gachas discounted by 25%!!! SPONSOR: ALTAMURA - BELZEBUBBLE - BIRTH - DELA - EBODY - LOGO - MOTODESIGN SL BIKERS EXPERIENCE - MOVE ANIMATIONS COLOGNE - MOZ DESIGN - OPTMUS RACE - POONSH - PURERICH - RATZCATZ - REBIRTH- RVN - SURPLUS MOTORS - TRULY OUTRAGEOUS FASHION - VILE - WREN'S NEST Shopping Guide: https://ebentotheevent.wixsite.com/ebento/shopping-guide-ebento Run to get your gift and take part in our giveaways! Check our FB page for enter the GIVEAWAY or our boards at the event for info, and join our eBento Group! https://www.facebook.com/eBENTO.The.Event Discord channel: Join us!! https://discord.com/invite/d7BA4jKsqe Join the eBento world too! Taxi: http://maps.secondlife.com/secondlife/EBENTO/127/17/22 Happy shopping! ♥ Ebento Team
-
↪Private Luxury Island FOR LEASE Full land owners right, Landscape On/Off system. Secret cave passage to connect with the common area of the community, Partial furnished. Only you decide how to use your prims. 5776 1762 PRIMS *GET AN ALWAYS SPECIAL DISCOUNT FOR PAYING 4 WEEKS. *ONCE IN A YEAR LOYALTY BONUS *THE FIRST WEEK IS INCLUDED WITH THE LAND BUYING http://maps.secondlife.com/secondlife/Hawaii Surf/238/134/33
-
BEE REAL ESTATE SINCE 2007 1,024m - 351 prims - L$249/w Reserve it at Celchu 50% OFF -- > 2,048m - 703 prims - L$249/w Grass Valley at Klaatu 10% OFF -- > 4,096m - 1,406 prims - L$809/w Flat Grass at Tuatara 8,192m - 2,812 prims - L$1,799/w Reserve it at Celchu 16,384m - 5,625 prims - L$3,599/w Reserve it at Celchu ALL PARCELS ARE FULL PERM - NO RULES - YOU RULE ! OFFICE AT Celchu (Reservations)
-
I bought a bracelet that i like the look of from sl market, but whenever i add it it just spews out particles. How do i turn them off (Not just for my view but for everyone, properly off permanently so it's just a bracelet) i've been all over Sl help site, forums, google and youtube. I can't find a clear answer (I suspect i need to put text into a new script, if that's the case can someone please give me what to copy/paste into it. Thanks)
-
Hello! Help please create a script of a police siren. So far I have managed to create such a script, but for some reason it does not work. please tell me where did i make a mistake? It should turn on / off by click and blink blue / red lights. the sound is excellent, but there is a problem with the light. And when i turn it off, it gives an error : llSetPrimitiveParams error running rule #2 (PRIM_POINT_LIGHT): arg #2 is missing. Thanks for any help! //* script_starts_here // integer run; default { touch_start(integer total_number) { if(llDetectedKey(0)==llGetOwner()) { if(run) { run = FALSE; llStopSound(); llSetLinkPrimitiveParamsFast(llGetLinkNumber(),[PRIM_GLOW,ALL_SIDES,llFrand(0.10),PRIM_POINT_LIGHT,FALSE ]); } else { run = TRUE; llLoopSound("Siren", 1.0); { llSetTimerEvent(0.01); } { llSetLinkPrimitiveParamsFast(llGetLinkNumber(),[PRIM_GLOW,ALL_SIDES,llFrand(0.10),PRIM_POINT_LIGHT,TRUE, <1.0,0.0,0.0> // START COLOR ,1.0 // START INTENSITTY ,10.0 // START RADIUS ,0.2 // START FALLOFF ]); llSleep(llFrand(0.3)); llSetLinkPrimitiveParamsFast(llGetLinkNumber(),[PRIM_GLOW,ALL_SIDES,0.0,PRIM_POINT_LIGHT,TRUE, <0.0,0.0,1.0> // END COLOR ,1.0 // END INTENSITTY ,10.0 // END RADIUS ,0.2 // END FALLOFF ]); llSleep(llFrand(0.3)); } } } } } //* script_ends_here
-
so me and a friend have started making a HUD for puppy sounds, eg woof, growl ect. and as the project came along we've realized that i (myself) need a little help making the script as we would want the buttons to talk back to the root prim so that the hud sounds could be turned on and off, a choice to change name of person wearing the hud, and read setting notcard. i know how to do the parts but making them comunicate together has me confused. any help would be greatly helpful, even if its just the name to what im thinking of as so far the only lllisten ive found is to local chat for the owner to say a phrase.
-
Hello! I have such a wonderful script. It is turned on/off by chat command "ON/OFF". But I need the light to turn on and off on the same command, for example light. You say "light" for the first time and the light turns on. The second time and it turns off. Please help! Thanks for your help in advance! default { state_entry() { key owner = llGetOwner(); llListen(0, "", owner, ""); } listen(integer channel, string name, key id, string message) { if (message == "ON") { llSetPrimitiveParams([PRIM_POINT_LIGHT,TRUE,<1.0, 1.0, 1.0>,1.0,15,0.750, PRIM_GLOW, ALL_SIDES, 0.4]); } else if (message == "OFF") { llSetPrimitiveParams([PRIM_POINT_LIGHT,FALSE,<1.0, 1.0, 1.0>,1.0,15,0.750, PRIM_GLOW, ALL_SIDES, 0.0]); } }}
-
Hi everyone. There are fullperm lights in the lantern you have seen in the picture below. How can we open this light that is separate from the lantern. I want you to open it with the touch of a lantern. Please help in this regard.
-
BEE REAL ESTATE SINCE 2007 AVAILABLE PARCELS FOR RENT 512m - 175 prims - L$99/w Grass Valley at Shukshin PROMO 1024m - 351 prims - L$299/w Golden Sands at Baltazar 2048m - 703 prims - L$599/w Waterland at Othello 2048m - 703 prims - L$599/w - Waterfront & Roadside at Murinata 2048m - 703 prims - L$299/w ADULT at Parluck PROMO 4096m - 1406 prims - L$1,199/w Grass Valley at Tuatara 4912m - 1686 prims - L$749/w ANCIENT at Varney PROMO Promotions are for the SECOND WEEK. You pay one week and then the 2nd week is HALF PRICE!!! *** ALL PARCELS ARE FULL PERM - NO RULES - YOU RULE ! Read more Feel free to call beethros Karas anytime