Reply to Re: A Note About Trimming Background Sprites
If you don't have an account, just leave the password field blank.
I had to tackle the same problem. The solution (I think) was to add a wait(0) before stop_entire_game(). I'm not entirely sure why it works, but I haven't had any problems after doing that so far.
I'd add a global "skillpoints" then make the levelup.c script basically just go, &level += 1; &skillpoints += 1;
Yes, that could work. However my menu is already getting crowded so I haven't decided if I want to take that route or not.
I'd add a global "skillpoints" then make the levelup.c script basically just go, &level += 1; &skillpoints += 1;
Yes, that could work. However my menu is already getting crowded so I haven't decided if I want to take that route or not.