Script Request

Started by Griver03, February 14, 2011, 05:00:31 pm

Previous topic - Next topic

Griver03

hi, i need a lil script to scroll the map more than 100 boxes, its not important if it is a limit breaker or a script where i need to call a scroll effect, and if it is possible it would be nice when you could use a unlimmited scroll call...

thx in advance
My most wanted games...



ForeverZer0

All you have to do is call the existing method manually instead of using an event. For some reason or another, they limited it to 100 in the editor, but you won't have that problem doing it through a script call.

Here's the call:
$game_map.start_scroll(direction, distance, speed)


Just replace the values for the arguments with the ones that you would normally define in the event, but now its not limited.
I am done scripting for RMXP. I will likely not offer support for even my own scripts anymore, but feel free to ask on the forum, there are plenty of other talented scripters that can help you.

Griver03

My most wanted games...