Jump to content

Is it ok to assume no-mod script in no-mod object will never be reset?


Yabusaka Loon
 Share

You are about to reply to a thread that has been inactive for 4081 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

I made a script which load info from notecard.

I know the loaded data is stored in script even if I remove that original notecard, unless the script is reset.

So my question is,

Is it ok to assume no-mod script in no-mod object will never be reset?

Or is there any timing that grid or something force all the script to be reset?

 

Link to comment
Share on other sites

Under normal circumstances, the script should not reset with sim restarts or when it is moved across sim boundaries.  It could have other problems that cause a stack/heap collision or a memory overrun, for example,so that the script stalls and needs to be reset.  Barring those possibilities, though, it shouldn't forget data that it read from the notecard.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4081 days.

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
 Share

×
×
  • Create New...