Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: SilverBlade on January 06, 2007, 09:17:25 AM
-
Sometimes there's for no reason a skiff on my map! Even I didn't put a starting position of a skiff there! I can enter the skiff but not sail it(logic, 'cause I'm on land!).
I can delete the ship by copying my map, delete the old one, and make a new map and paste my previous map on it. But that's pretty annoying to keep doing that!
How do I fix this problem for always?
[SHADOW]SilverBlade[/SHADOW]
-
0_o
Well... I guess temporarily you might be able to set the skiff set to a blank charset, so it becomes a less visible bug.
I suppose you've tried putting the skiff start position somewhere else, out of the way? Does it still appear anywhere?
If you had a parallell event setting random co-ordinate variables and moving skiff stsrt to that position, that would be the effect. But doing that and not knowing you'd done it would be pretty weird :p
-
Yes, I already tried to put the verhicle starting position somewhere else. But I haven't tried to put skiff sprite blank. I think I'll take that temporarily.
-
Things like Move Event commands can reference a Vehicle, though I'm not sure what happens when they aren't there, or whatnot.
Just go through all the events on the problem map and perhaps all your common events too. I can't see rm2k(3) doing this without cause.