Jump to content

snickersphilia

Resident
  • Posts

    12
  • Joined

  • Last visited

Posts posted by snickersphilia

  1. integer listener;

    integer channel = 0;
    string msg = "69";
    string soundName = "NICE Sound";

    default
    {
        state_entry()
        {
            listener = llListen(channel,"69","69!",msg); 
        }

        listen(integer channel, string msg, string soundName)
        {
            llPlaySound(soundName,1.0);
        }
    }

  2. 56 minutes ago, Wulfie Reanimator said:

    You can always right-click the inventory item and check what permissions have been set, as well as check the permissions on rezzed objects.

    i tried and they either wont let me change or in edit mode says it is copy o.e

     

  3. 10 minutes ago, snickersphilia said:

    damn i didnt know DX so hard to tell then 

    i had this happened to me also with a couples pose ball and a script, if i didnt add the script it would let me copy the pose balls, but the script would also not disappear from my inventory 

  4. 16 minutes ago, LittleMe Jewell said:

    It is possible that the original creator set the Next Owner Permissions to 'No Copy', but did it directly in inventory, without rezzing the item. In those cases, the 'No Copy' perms will not actually get applied until you rez the item.

    damn i didnt know DX so hard to tell then 

  5. hey people i have a question. so when i rez stuff out that is copy, link it with something else or put a script in it that is also copy, why when i take it it goes into my inventory and shows up as no copy?

  6. 1 hour ago, Rolig Loon said:

    You could certainly write one.  In the touch_start event of your script, use llDetectedPos(0) to get the position of the person who clicked the object your script is in. As long as the person is within 10 meters, you should be able to rez an item from the object's inventory at that position, using llRezAtRoot.  Creating a menu is slightly more difficult, but you will find several basic menu scripts in the LSL scripting library that you can modify for your purposes.

    ive been tryin to see if i can make my own but keep getting error ;^; so yeah im willin to pay

  7. is there a script to rez object on touch but near the avatar that clicked it? and also with a menu would be nice to chose which to rez from contents? if a scripter would give a quote for a custom one please IM me!

×
×
  • Create New...