Jump to content

DeanMoriarti

Resident
  • Posts

    13
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

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

  1. Bonsoir à tous ! Cela fait plus de 12 heures que ma région (homestead) est indisponible. J'ai pourtant contacté l'assistance qui m'a répondu que la région était à nouveau en ligne après la grosse maintenance du mardi et pourtant ... non. Le gérant du terrain est quant à lui hors ligne. Quelqu'un a t il déjà eu ce cas de figure ? Que faire ? Y-a-t-il un numéro à appeler pour avoir une asssitance plus rapide ? C'est tout de même assez em** ce n'est pas comme si j'étais là bas gratuitement ...
  2. Alright so I am trying to get my brain activated to swallow all these informations So I used what Innula wrote. It has no script error message but somehow, it doesn't work. The HUD doesn't respond at all.
  3. But I believe Innula is closer to what I am looking for as she mentionned this " do the same thing that would happen if you pressed the button
  4. I have a script error integer listener;integer channel = 666;string msg = "Fire";default{ state_entry() { listener = llListen(channel,"","",msg); } listen (integer channel, string name, key id, string message) { if (message == "Fire") { //Do whatever "Fire" means } }
  5. Throw away the word "button" then just the HUD
  6. Yes Innula that is exactly what I am looking for. But when I tried added this script to the prim with the other script it didn't work
  7. I mean the HUD button when hit does an action but doesn't invoke any menu. So if I follow you ... In my prim HUD, I should add another script that would listen to the other one. In my case when script 1 says "Fire", script 2 activates the HUD ? If it is possible (and this is what I am looking for), could you show me how the script would be ? Thank you Steph !
  8. Hello Not the HUD menu but the its function yes. Could you tell me further more about the relay ?
  9. I may be confusing because english is not my native language. But yes, I want the hud button to respond when it hears a certain message on channel 666 The touch event is not what I am looking for because I don't want to hit the HUD button 3, but I want it to be activated like it would be touched when it hears the message.
  10. Hello Freya ! you are so right ! I was thinking about script, don't know why while the solution is the gesture !! thank you ! you made my day ! lol
  11. Hello, I have found a script that say in local chat a message but I can't find this type of script: Put a script in a prim and when on touch it makes u say several sentences for example [07:55] Noob Resident: Hello [07:55] Noob Resident: How are you [07:55] Noob Resident: What are you doing Mostly the script makes the object talks and not the avatar himself or when it does, it makes only one sentence at a time. Thank you in advance !
×
×
  • Create New...