RPG MAKER VX ACE - SCRIPT HELP
Posts
Pages:
1
I'm using this guide http://www.rpgmakervx.net/index.php?showtopic=37847
to make an underwater map effect. I got an error

Here are my event scripts. The first script.

Second script.

This is the script i got a problem with.

I hope you guys can help me out. I followed the tutorial in that link at the top. How can i fix that error? Thanks for helping!
to make an underwater map effect. I got an error

Here are my event scripts. The first script.

Second script.

This is the script i got a problem with.

I hope you guys can help me out. I followed the tutorial in that link at the top. How can i fix that error? Thanks for helping!
This is because the script they include is for VX, not VX Ace. I took a quick peek at the immediate error and saw that the different is in Wortana's script at line 229 where it is:
Changing it to
Which should hopefully fix the problem (I did a quick test and it started the map fine but I don't have time for a more thorough test right now)
def update wora_mulfog_gammap_upd
Changing it to
def update(*args) wora_mulfog_gammap_upd(*args)
Which should hopefully fix the problem (I did a quick test and it started the map fine but I don't have time for a more thorough test right now)
Wait, you switched makers? The script fix I provided should've been all that the script needed to work in Ace (unless there were other script incompatibilities or whatnot). I know I wasn't the clearest though, I hope you didn't switch just because I can't post clearly :(
Pages:
1















