LlOnRegionReset
Jump to navigation
Jump to search
It would be nice if a shutdown notice from LL would trigger a scripted event. I'm using userlists which get lost when the region resets. If a noticed regionreset will trigger an event, it would be possible to take backup measures using httpreq.
Like the event will be set with LlSetResetEvent(integer secondstodisaster);
ResetEvent(string LLNotice) { llHTTPreq(migratedate(ALL)); }