Jump to content

Lucia Sabahi

Resident
  • Posts

    3
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

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

  1. Thanks again, i got around the touch by simply creating a cover for the hud and linking the two together so they'd attach and move as one, while the touchable scripts are hidden underneath out of reach
  2. Thanks to both of you, got my script working, the touch me was not needed as i found out the hard you can’t block touch to huds or so it seems. Just one more question, apart from the wiki is there any other sources of info to learn from? Like a tutorial or something? as my google search came up with very little
  3. So i've been looking at the wiki with all the Rlv commands And trying to create a script that i can drop into an attachment which will prevent me from touching and detaching it However its not going so well as i know ever little about how to script ^^ default { state_entry () { Init (); } on_rez(integer start_param) { Init (); } llOwnerSay ("@detach=n"); llOwnerSay ("@touchme=<add>") } If anyone could help me fix it and point out the massive mistakes I have likely made I would be grateful :)
×
×
  • Create New...