I want to make walls that disappear so you don't loose all that floor down the bottom
so a region id runs along the bottom of the usual boundary and when you touch that region id
it tells a second region id to change picture (thinking now you dont need the first. ) just touch the one
and make it change? can it be done? :)
something like when $game_player.region_id==35.. change region id 34 picture from a solid 'wall colour' pic to a transparent pic..
i looked around for region id uses but, hard to find :)
thanks for any help :)
can i get region id to show a picture at region id's location?
● ARCHIVED · READ-ONLY
-
-
Use this script: http://www.himeworks.com/2013/02/17/tile-swap/
It's exactly what you are looking for. -
thanks :)
looks like that's it :) -
That's cool(a Hime script I didn't even know existed), there's a lot of ways you can swap tiles, and it just requires a script call.Use this script: http://www.himeworks.com/2013/02/17/tile-swap/
It's exactly what you are looking for. -
This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.