Home › Forums › Wayward › My Little Mod "Item Kit" › Reply To: My Little Mod "İtem Kit"
December 18, 2013 at 5:32 pm
#4268
Vaughn “Drathy” Royko
Keymaster
It’s now:
changeTile(change, changeX, changeY, stackBypass);
Parameters:
change: tile’s name, example “dirt”.
changeX: tile’s x value, example 244.
changeY: tile’s y value, example 244.
stackBypass: either true or false (or nothing), if true, it will place the tile on top of the stack of tiles at that x/y.
You may also want to call game.updateTiles = true;
so the change is shown immediately.