Arito Cotton
Still Addicted
Join date: 25 Aug 2003
Posts: 131
|
10-26-2003 10:46
I have a few arcade machines that have PERMISSION_DEBIT set. If I right-click and choose "More > Take Copy," I get the expected copy in my Inventory, but the PERMISSION_DEBIT is silently turned off in the original in-world copy. Is this normal behavior? Are the permissions possibly being moved to the new object that gets created in my inventory instead of being copied? Not a huge bug, but just thought you'd all like to be aware.
|
Bosozoku Kato
insurrectionist midget
Join date: 16 Jun 2003
Posts: 452
|
10-27-2003 01:30
good god I HATE HTML, peice of crap that it is. Freaking tabbed or some crap and lost my post to never never land.
Anyway put the llRequestPermissions(key, PERMISSION_DEBIT); call in the state_entry() event.
have an on_res(integer peram) that llResetScript(); -- then you'll get permission request any time you copy or shift-drag.
Thing is, far as I know, Copy (and Shift-Drag) gives you the original, and leaves the copy behind. If you're not resetting the script you don't get perms.
Bos
|
Chip Midnight
ate my baby!
Join date: 1 May 2003
Posts: 10,231
|
10-27-2003 08:02
The same thing happens when you shift copy a box that's set for sale. The original loses the for sale attribute and has to be reset. Not a big deal really but it creates more work than it should.
_____________________
 My other hobby: www.live365.com/stations/chip_midnight
|
Julian Fate
80's Pop Star
Join date: 19 Oct 2003
Posts: 1,020
|
10-27-2003 14:26
When you shift-drag to make a copy I really think you're moving the original and leaving a copy. Try it sometime with an object owned by someone who gave you permission to edit their things (through calling cards). Drag a copy then check the owner and creator of each object. I don't know if that helps but it might clear up some confusion.
|
Bosozoku Kato
insurrectionist midget
Join date: 16 Jun 2003
Posts: 452
|
10-27-2003 21:35
Right Julian, shift-dragging drags the original and leaves a copy. As well, I believe the Pie menu Take Copy takes the original and leaves a copy (just my assumption on that, it's hard to tell).
oh actually be easy to find out if Take Copy takes the original or not. I'll try to test and reply if I remember.
Bos
|
Arito Cotton
Still Addicted
Join date: 25 Aug 2003
Posts: 131
|
10-27-2003 22:22
From: someone When you shift-drag to make a copy I really think you're moving the original and leaving a copy. Makes perfect sense... except it's not all that intuitive.  Thanks for clearing things up.
|