Jump to content

BlueXBeta

Resident
  • Posts

    38
  • Joined

  • Last visited

Reputation

16 Good

Recent Profile Visitors

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

  1. Thanks for the response. I just try to use as little timers as possible. but i guess timed polls are just part of the dna of scripting.
  2. I have to ask this: Is there really no other way to see if an agent flies, or types than by repeatedly checking llGetAgentInfo() with a timer? I wish I wouldn't have to do that.
  3. just curious about this: Why using object to object http and not simply using RegionSayTo?
  4. oh. it is shown as NEW in the manual page. oh well. i can wait. thanks!
  5. Hello, Happy New Year ! I'm trying to use the new llRezObjectWithParams but it keeps on erroring. is the function not released? Below the plain snippet from the manual page for this function. Even that example errors at the line starting with REZ_FLAGS when trying to save the script. default { touch_start(integer total_number) { llRezObjectWithParams("testprim", [ REZ_FLAGS, REZ_FLAG_PHANTOM | REZ_FLAG_TEMP, // you can combine several flags separated by pipes. REZ_POS, <0,0,1>, TRUE, TRUE, REZ_OMEGA, <0,0,1>, TRUE, 0.5, PI ]); } }
  6. Thanks for the insight, I couldn't find a way to measure the performance of the two. I take from the conversation that linksetData is best in feeding several scripts with the same info. (a bit like superglobals). So the performance improvement isn't that it's faster than link messages, but that it allows for a more efficient script architecture. Got it.
  7. Hi Besides the obvious benefits of linksetData for storage, how does the data exchange between scripts with linksetData Read/Write compare to the one with linkedMessages in terms of server calls, lags, efficiency ? Isn't updating via linksetData also a server call like linkedmessages?
  8. Hello, Does anybody know where I can find the default sim sand texture(s) ? thanks !
  9. The price just got lowered to 38.000 Lindens.
  10. 20k Prims full region blackpearl up for sale. Sales price 50.000 Lindens, buyer pays transfer fees. sim needs to be moved, which I believe is included in the fee. The objects currently on the sim are not for sale. It's just the sim itself. Tier is due on 2nd of months. It is paid until 2nd February 2023. http://maps.secondlife.com/secondlife/blackpearl/104/151/55
  11. it's all working here too again. thanks everybody involved in fixing this!
  12. Is ANYBODY from SL trying to solve this ? The Jira ticket is set to solved and it is not solved.
×
×
  • Create New...