Hi everyone!
Well I'll try to be as clear as possible
I´m looking for a zoom map script. I've got this
http://rmxp.trebor777.net/rmxp/Zoom_map.exe but well it has 2 main errors:
-First this script uses SDK

-Second if you play the demo, you can see an strange error in the below part of the map. I mean you can walk above every object.
I tried erasing every trace of SDK, creating some methods like innit_tilemap, setup scroll, etc and aliasing others like Setup ing Game_Map or Initialize in Spriteset_Map to add those new methods (even if they are done in other ways byt the default script). But then i get a 'undefined method bitmap for nil:Nilclass' and couldn't get rid of it (yeah i'm a noob at scripting lol)
So my request is as follow:
(Just one of the 2)
ºCan this script be (re)made SDK independently? (i mean without have to use other than the main script Zoom_Map)The main problem in this is that the script uses SDK but the Tilemap Clase script too. So it maybe too hard transforming Tilemap to 'non-SDK' and then Zoom_Map to 'non-SDK'

ºA complete new script to be able to zoom in the map, like this script can do. Maybe based in that script but without using SDK (of course XD)
Credits would be given of course.
Thanks to everyone who helps in advance ^^