Jump to content

Hanna Reinerman

Resident
  • Posts

    5
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

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

  1. FANTASTIC! It worked! Thank you very much. I am very happy.
  2. There is a script on the button that will be clicked to close the HUD. And a script, the one above, that is in the base prim. The last prim linked in the case.There is a script on the button that will be clicked to close the HUD. And a script, the one above, that is in the base prim. The last prim linked in the case. Precisely this that when unzipping goes to the person's inventory. I was wondering if there is any code to add to this script above, to block it from going to the customer's inventory when unpacking things.
  3. Hello people. I found this script here to make my clients' HUD close by clicking X. However, Every time the avatar makes the unpack, this script goes together in the inventory folder.. Could someone help me on how to make him no longer go to avatar inventory when unpacking? I'm asking for help because I don't know how to create scripts and if someone can help me. default { on_rez(integer start_param) { llRequestPermissions(llGetOwner(), PERMISSION_ATTACH); } link_message(integer sender_num, integer num, string str, key id) { if ("detach" == str) { //if (PERMISSION_ATTACH & llGetPermissions()) { llDetachFromAvatar(); } } } }
×
×
  • Create New...