|
Henry Grumiaux
Registered User
Join date: 23 Jan 2007
Posts: 142
|
06-21-2007 02:43
I saw a script...a very popular script...Timeless Door or something like this...
U can Add avatars to a auth list.
well..It's a simple script that add names in a LIST type..
Ok, so...
What happens if someonme restarts the sim or Sl get down for maintenance ??
Considering about all is variables...So, I will loose the list, correct ?
|
|
Qie Niangao
Coin-operated
Join date: 24 May 2006
Posts: 7,138
|
06-21-2007 03:11
From: Henry Grumiaux [...]What happens if someonme restarts the sim or Sl get down for maintenance ??
Considering about all is variables...So, I will loose the list, correct ? Amazingly enough, no. Except in the case of Very Bad Timing of a sim restart, script state (including the value of a variable) is persistent.
|
|
Henry Grumiaux
Registered User
Join date: 23 Jan 2007
Posts: 142
|
06-21-2007 03:16
From: Qie Niangao Amazingly enough, no. Except in the case of Very Bad Timing of a sim restart, script state (including the value of a variable) is persistent. Really ? If SL get downfor maintenance... The variables persists ?? I understand right that U told , dude ?
|
|
Qie Niangao
Coin-operated
Join date: 24 May 2006
Posts: 7,138
|
06-21-2007 03:28
From: Henry Grumiaux Really ? If SL get downfor maintenance...
The variables persists ?? I understand right that U told , dude ? Yep. Otherwise every script would have to restart anew after SL came back up; instead they just resume execution from wherever they were when the sim shut down. (That's one reason that script memory size is tightly limited, and that performance of the VM is what it is.) Well, if the sim crashes in a particularly ugly way, the point of restoral can be earlier than the crash time.
|