15.03.2023, 08:32
If you have some long-running calculations then save your data into storage.
Nobody else complained about this change and we think that the full restart is better than a partial reload. Most resident scripts follow this pattern:
So reloading only affects the main loop code. Any changes made to the setup code part require a manual disable/enable sequence which is not intuitive for the end users.
Nobody else complained about this change and we think that the full restart is better than a partial reload. Most resident scripts follow this pattern:
Code:
if not init then
-- setup code
init = true
end
-- main loop code