New problem/ Fixed it
16 years ago
General
Well, I've just learned of a new bug on my game, and I figured out why it's happening and now I've fixed it, here's what it was
The Problem:
When you talk to Sally, Fiona or Mina at the "Lounge" whenever you try to give them a gift (friend + levels) the game crashes, and I can't figure it out. It uses the exact same code as the SS girls but it only seems to affect the KH girls, this is going to be a really big pain, because it's not an obvious mistake, it's something I have to really look into and just screw me around, version 8 will probably be held back so I can figure this out. (note this bug is currently in version 7 but not in version 6, so what the hell)
The Solution:
Well I've fixed the problem now, the problem was that I use a random number generator for the experience from the gifts, example: flowers are known as exp_f for the code while chocolate is known as exp_c, the problem was for a single line on each of the KH girls it was exp_f instead of exp_c =. So this caused the game to crash, now that's a real pain in the ass when 1 little letter isn't changed, but that's computer code for you.
I'd like to thank ghost-reaper for bringing this upto my attention and that I was able to fix it in the end
The Problem:
When you talk to Sally, Fiona or Mina at the "Lounge" whenever you try to give them a gift (friend + levels) the game crashes, and I can't figure it out. It uses the exact same code as the SS girls but it only seems to affect the KH girls, this is going to be a really big pain, because it's not an obvious mistake, it's something I have to really look into and just screw me around, version 8 will probably be held back so I can figure this out. (note this bug is currently in version 7 but not in version 6, so what the hell)
The Solution:
Well I've fixed the problem now, the problem was that I use a random number generator for the experience from the gifts, example: flowers are known as exp_f for the code while chocolate is known as exp_c, the problem was for a single line on each of the KH girls it was exp_f instead of exp_c =. So this caused the game to crash, now that's a real pain in the ass when 1 little letter isn't changed, but that's computer code for you.
I'd like to thank ghost-reaper for bringing this upto my attention and that I was able to fix it in the end
FA+
