
JondiDitto
Resident-
Content Count
7 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout JondiDitto
-
Rank
Newbie
Recent Profile Visitors
167 profile views
-
shopping "The merchant has made this item unavailable for purchase."
JondiDitto replied to JondiDitto's question in Shopping
I have asked others. They've done it just fine. -
shopping "The merchant has made this item unavailable for purchase."
JondiDitto posted a question in Shopping
I'm trying to get an item from the Marketplace and when I try to get anything from a particular merchant, I get the error message seen in the title of this thread. From what I understand, this means I've been banned from buying anything from them. Thing is, though, I've never bought anything from them before, and I've never even talked to the merchant. Who knows anything about this? -
Nope. It's not what I'm after, sorry to say.
- 4 replies
-
- furry avatar
- feral
-
(and 1 more)
Tagged with:
-
Does anyone happen to know of a quadrupedal canine avatar whose rear size is adjustable or already round and big? And no, this isn't for purposes that violate the ToS.
- 4 replies
-
- furry avatar
- feral
-
(and 1 more)
Tagged with:
-
Alright, I will check that out soon. If I run into any problems, I'll continue here.
- 4 replies
-
- touch script
- scripting help
-
(and 3 more)
Tagged with:
-
Ah, so how would I do an infinite loop and let the script leave the state entry?
- 4 replies
-
- touch script
- scripting help
-
(and 3 more)
Tagged with:
-
Why isn't the touch script working? Please, I need help from a scripter ASAP. Here's the snippet: integer setting; float wait; float rand; default { state_entry() { @blink; llSetText((string)setting, <1, 1, 1>, 1); if(setting == 0) { llOffsetTexture(0, 0.2, -1); llOffsetTexture(0, 0.4, -1); wait = 0; rand = llFrand(0.2) + 0.1; while(wait < rand) { wait = wait + 0.25; llOffsetTexture(0, 0.4, -1); } llOffsetTextur
- 4 replies
-
- touch script
- scripting help
-
(and 3 more)
Tagged with: