Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Griver03 on February 14, 2011, 05:00:31 pm

Title: Script Request
Post by: Griver03 on February 14, 2011, 05:00:31 pm
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
Title: Re: Script Request
Post by: ForeverZer0 on February 14, 2011, 08:14:59 pm
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.
Title: Re: Script Request
Post by: Griver03 on February 15, 2011, 11:55:25 am
super  8)
big thx