Reply
Resident
Apopsy Hax
Posts: 3
0 Kudos

Why isn't it possible to prevent scripts dropped from being executed?

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?

Rolig Loon
Posts: 17,771
Registered: ‎10-05-2009
0 Kudos

Re: Why isn't it possible to prevent scripts dropped from being executed?

Reply to Apopsy Hax - view message

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    :smileywink:

Not as dumb as I look
Darkie Minotaur
Posts: 1,564
Topics: 8
Kudos: 149
Blog Posts: 0
Registered: ‎02-23-2010
0 Kudos

Re: Why isn't it possible to prevent scripts dropped from being executed?

Reply to Apopsy Hax - view message

just make your object no mod - people won't be able to dro scripts into it - read up here.

As for the stopping of the script:

  1. Are you sure do doing it correctly?
  2. the change of strict state may not take effect immediately - read up here
Resident
Apopsy Hax
Posts: 3
0 Kudos

Re: Why isn't it possible to prevent scripts dropped from being executed?

Reply to Apopsy Hax - view message

problem solved... wrong script line.. sorry for disturbing..

it's possible to reset execution in changed event...

Innula Zenovka
Posts: 5,671
Registered: ‎06-02-2009
0 Kudos

Re: Why isn't it possible to prevent scripts dropped from being executed?

Reply to Apopsy Hax - view message

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.