Another thing with board[] and tiles[]...
Is it possibile to use tiles[] to change the tile under the npc? because ive been working with trying to change tiles under and arround an npc and it goes like
NPC Code:
...
board[x+y*64] = 2079;
updateboard 0, 0, 10, 10;
...
So even when i used board[] or tiles[] with an array or value, it never changed the tile under the npc to anything else.
Notes:
In Theory "2079" is a tile value, i cant remember if it actually is or not, i just substituted that number.
I cant get either style to work, board[] or tiles[] to update the tiles under the npc