Thread: onwall{
View Single Post
  #2  
Old 04-03-2004, 01:09 AM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
What? reword what you are suggesting, it's hard to follow

Im pretty sure you can do this with an array though,

NPC Code:

if (created) {
tiles_block_array = {0012,3522,5475};
timeout = .05;
}
if (timeout) {
if (tiles[x,y] in tiles_block_array) {
dontblock;
}
timeout = .05;
}

__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote