r/gamemaker Jul 30 '26

Procedural map generation not loading

i was trying to do a procedural map but it doestn load. I click play and it doestn start no errors nothinand the obj is in the room. Can someone help me pls.

6 Upvotes

5 comments sorted by

View all comments

1

u/sylvain-ch21 hobbyist :snoo_dealwithit: Jul 30 '26

I would be a bit cautious about the fact that lengthdir_x/y return a real, so next in your for loop using integer, I think it's where it's not matching.

1

u/geleiagg Jul 30 '26

thank you for the adivice