The manual says; " All .._create and .._remove functions, except for creating and removing level entities, must be executed before the first game_save or game_load call. "

is it true? is it mean if i use game_save, i can't use any _create and _remove function after the first save?

I search forum and find also this
Originally Posted By: Superku
If you use any _create function except ent_create (so if you create panels at runtime or something like that) you sadly cannot use game_save.


I've tested it. I've created a panel after first save, remove it and load game without any error. But i don't trust that little test.

So i'm confused. Can someone please enlighten me?