Jump to content
You are about to reply to a thread that has been inactive for 1562 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Posted

Hello everyone, my question is that I bought a fridge that is able to "give" food. The issue is I can get all the foods no problem but when someone else tries to "get" food I get this error script popping up saying 'NO PERMISSION TO TRANSFER". He is only allowed to get one thing out of the fridge. I checked the contents tab and checked permissions and everything is indeed checked but he is still unable to get anything. Please any answer would greatly help as I am now worried about buying other appliances but not having anyone but myself able to use it, is kinda pointless and ridiculous when I have friends come over.

Thank you! 

Posted

Is the food yours, or did it come with the fridge?  If it’s food you added to the fridge, test it by making a box, adding the food item, then the script below.  Have your friend test it, and tweak food permissions (including contents of the food) until it works.

If the food came with the fridge and you’re not able to modify permissions to the Scripts/contents inside the food... then contact the seller?

default {
    touch_start(integer n) {
        //Give item named “Bacon” when touched
        llGiveInventory(llDetectedKey(0), “Bacon”);
    }
}

 

 

You are about to reply to a thread that has been inactive for 1562 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...