View Single Post
  #27  
Old 02-02-2004, 08:34 PM
Blue_Dragn Blue_Dragn is offline
Registered User
Join Date: Jul 2003
Posts: 302
Blue_Dragn is on a distinguished road
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
__________________
No longer a Advertisement Goat
Reply With Quote