05-31-2011, 09:31 AM
Bumping up to version 4.8.1. To anyone who's downloaded v4.8, please upgrade. There's a really huge bug in v4.8 that I fixed.
What's new?
What's new?
- I fixed a serious bug in v4.8. The game would mess up whenever the player tried to save their file. That was because I was calling a character bitmap, when I was only trying to get their width and height. That's fixed.
- In the VX version of this system, I made an error and botched a conditional. I wrote a conditional which involved a variable that had nothing to do with the system. (I was writing a conditional checking if @sign contained "$", but the problem was that there was no such variable. The variable I meant to use was @las.)