grid = mp_grid_create(0,0,ceil(room_width/4),ceil(room_height/4),4,4);
mp_grid_add_instances(grid,solid,false);
mp_grid_path(grid,path,x,y,global.tar_x,global.tar_y,true);
mp_grid_destroy(grid);
(Then Set Path action.)
Here is a link to my game:
http://artistwith.in...es/newgametest/
I really would appreciate some help on this, thanks in advance!
Edited by Jameshorn, 03 March 2012 - 12:27 AM.











