You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.
Timed events are not recorded/serialized, so if a script is relying on them, it will not work properly when loaded again.
An easy example of this is in arcaves, the ants rely on timed events to move. If you save and reload, they will stay still as nothing is triggering their movement.
This should of course save in temrs of game ticks rather than real time.
The text was updated successfully, but these errors were encountered:
Timed events are not recorded/serialized, so if a script is relying on them, it will not work properly when loaded again.
An easy example of this is in arcaves, the ants rely on timed events to move. If you save and reload, they will stay still as nothing is triggering their movement.
This should of course save in temrs of game ticks rather than real time.
The text was updated successfully, but these errors were encountered: