Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hmm, tried it, and while it works perfect with rigid values, it's kind of....off, when using variables. When I set position 10,10, it spawns it on tiles 10,10 on map. When I'll use variables when X=10 and Y=10, it spawns it like...in the map corner. Tried to increase the variables, and it's the same - spawns everything in map corner. I have no idea what's going on there...

(1 edit) (+1)

That’s odd! I tested both MV and MZ, start (x1,y1) and destination (x2,y2) included. Which engine are you using?
If you’re using variable IDs, there’s no support for that right now.

(1 edit)

Oh... I get it. I tried to use variables like "$gameVariables.value(X), $gameVariables.value(Y)". I'm using MZ. Thanks for clarification.