Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hexagonrecursion/1c590ebaee0ffd7099b9a6ded5d9b078 to your computer and use it in GitHub Desktop.
Save hexagonrecursion/1c590ebaee0ffd7099b9a6ded5d9b078 to your computer and use it in GitHub Desktop.
variables of type object are not saved&loaded properly
extern void object::New()
{
object m = radar(Me);
while(m.shieldLevel > 0);
}
-> Illegal object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment