• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

How to change the size of mp_grid?

HAEGOE

Member
I'm making a top-down point and click game and I need to use mp_grid, since mp_potential isn't doing as I wanted. (it gets stuck too much)

I've read the manual and blog posts about it, and I think I got how to deal with other issues I was having.

But here is a problem I couldn't solve with it :
not every room have the same width and height, and I don't know how to change the cell size.
should I destroy the grid in the room end and make a new one in the room start event?


I'm using gms2 version 2.3.0 - 2.3.0.529 IDE and 2.3.0.401 for runtime, and haven't made the code yet(I'm asking before I mess up).
 
Top