wesleylucas
Member
I've working some months in a project that started when I need more than standard rpg maker scripts. I started deleting the old scripts and writing my own. But i got some problems when writing Map class. I want to create a simple collision system, like:
.
Thanks.
Code:
if @collision then
@char.stop
end
Thanks.