Quote:
Originally posted by neomaximus2k
ok so the grass tile is x=15 y=31
so
15+31*16=511
or
(15+31)*16=736
neither one works, with that tile command so am i doing somet wrong?
|
You have to turn 511, or 736 into HEX and use the hex value. (just open up windows calculator, go in advanced mode, and switch from decimal to hex (after the number is shown in decimal) and it will convert it for you.
Or you can just put "15+31*16" in as the tile value, that works also.