WEIRD RPG MAKER VX ACE ERROR
Posts
Pages:
1

For some reason whenever I try to transfer to this map I get this weird error...
Anyone know what the problem is? :/
Edit: Also happens whenever I try to go to that map in general or make it a starting location.
On line 329 there's a method call that's supplying four arguments to a method that only accepts three.
You're evidently using a custom script that edits Game_Map, since on the default line 329 is "@map.bgs.play if @map.autoplay_bgs" which wouldn't cause this error. What's line 329 in your Game_Map?
You're evidently using a custom script that edits Game_Map, since on the default line 329 is "@map.bgs.play if @map.autoplay_bgs" which wouldn't cause this error. What's line 329 in your Game_Map?
author=Trihan
On line 329 there's a method call that's supplying four arguments to a method that only accepts three.
You're evidently using a custom script that edits Game_Map, since on the default line 329 is "@map.bgs.play if @map.autoplay_bgs" which wouldn't cause this error. What's line 329 in your Game_Map?
@map.bgs.play if @map.autoplay_bgs
Edit: Could it be, because of something in this script?
Script
Edit: Yea it was that script.
Works fine now without it.
Pages:
1















