Zod Colville Posted December 22, 2020 Share Posted December 22, 2020 Is the on_rez event called when an object rezzes in after a sim restart? Have an object that periodically loses it's debit perm and wondering if that is the cause. Link to comment Share on other sites More sharing options...
Rolig Loon Posted December 22, 2020 Share Posted December 22, 2020 No. An object that has already been placed on a region has already been created in world. It is a unique instance with a fixed UUID. The on_rez event is only triggered when a new instance of the object -- one with its own unique UUID -- is created. If you want to trigger an action when the region restarts, use a changed event and look for if (change & CHANGED_REGION_START) Link to comment Share on other sites More sharing options...
Recommended Posts
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