Jump to content

Gemini Breil

Resident
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Gemini Breil

  1. Oh I found it... I had an error in an 'if' statement. Left out the 2nd = sign. doh!
  2. Hi, I created a HUD script and everytime you detach it then wear again the script seems to reset. It loses its settings and returns to default. If I drop it on the ground it doesn't reset though, it only seems to do that when attached.I do have a script reset on a changed owner event but otherwise no other resets are called. Any idea what causes this and how to prevent?
  3. Oh you gave me an idea! If the person has my group active then wears the HUD, the hud will be in my group right? Then I can test to see that the HUD is in my group and the avatar is in the same group. If both are true I can activate the HUD. Correct?
  4. Hi, I'm trying to create a demo of my HUD and I was planning to have people join my group to make a full version demo work. I was trying to have my script check to see if the avatar was in my (active) group using the following: list idList = llGetObjectDetails(llGetOwner(),[OBJECT_GROUP]); I would then compare the idList to my group key but the idList always comes back as a bunch of zeros like null key. I am suspecting you can't do this with an avatar. Any ideas on how to do this would be appreciated very much!
×
×
  • Create New...