I have an error in the line 133 of bitmap addon, I read a similar topic saying the error was because of a wrong size/format bitmap.
My case is a little different, I'm trying to call the Baldur's gate travel from an event, and everytime I try to, i get that bitmap error.
I know the script calls a few images, but I copyed them from the demo itself, so their format (jpg, tried to convert them to png too with the same result), size, etc. should be okay.
I tried to delete pictures' name from @image, but the bitmap error kept popping up, so I guess the problem is the window or something, Anything I can try to do?
I haven't used this script before, so I can't help you there.
But from what you said, when you call it from an event, you get an error.
Does it work when normally used or do you still get an error?
If what I said was complete bollux, then please ignore me, cause like I said, I haven't used this script.
What exactly does the error say?
"Script 'Bitmap addon' line 133: RGSSError occured.
Failed to create bitmap."
If I delete bitmap addon script, another error pops up saying:
"Script 'Baldur's gate travel' line 467: RGSSError occured.
failed to create bitmap."
If I erase that line of code from the script, another error pops up regarding "windows_selectable" if I'm not mistaken.
This guy: http://rmrk.net/index.php?topic=44422.0 had the exact same problem, but I can't fix it the way he did though, so it must be something similar...
bump
If I upload a copy of my project, could anyone look into it?
Any help is very much appreciated, I'll make a copy right now to see if perhaps it's any incompatibility (which hopefully will get fixed).
Thanks in advance to anyone which is going to help me or already tried to help me (people above) =).
Ok, I found out the problem.
It wasn't really a bitmap error as the message pop up said but a wrong configuration in putting the destinations (the map number didn't exist), so it's pretty much solved =) thanks for the help everyone.