Jump to content

Lucia Sabahi

Resident
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Lucia Sabahi

  1. 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

  2. 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...