- Forums
- :
- Creation Forum
- :
- LSL Scripting
- :
- Re: Why isn't it possible to prevent scripts dropp...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Why isn't it possible to prevent scripts dropped from being executed?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-10-2012 08:22 AM
I like to create an object that allow item dropping.
I've experienced that scripts being dropped are executed even if I set status to 'FALSE' in changed event.
How to prevent executing of scripts?
I like to create an object that allow item dropping.
I've experienced that scripts being dropped are executed even if I set status to 'FALSE' in changed event.
How to prevent executing of scripts?
Re: Why isn't it possible to prevent scripts dropped from being executed?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to Apopsy Hax - view message
06-10-2012 08:25 AM
Thank you for posting this question here. It was answered in the Answers forum, where you originally posted it, but you may get more options here too ![]()
Re: Why isn't it possible to prevent scripts dropped from being executed?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to Apopsy Hax - view message
06-10-2012 10:31 AM
Re: Why isn't it possible to prevent scripts dropped from being executed?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to Apopsy Hax - view message
06-10-2012 11:27 AM
problem solved... wrong script line.. sorry for disturbing..
it's possible to reset execution in changed event...
Re: Why isn't it possible to prevent scripts dropped from being executed?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to Apopsy Hax - view message
06-10-2012 11:42 AM
According to the wiki, and it's what I recall happening, too, scripts you drop in a prim behave differently according to who does the dropping.
I think that if you set llAllowInventoryDrop(TRUE) and I drop a script in your prim, it's only going to execute if I have mod perms on that prim.

