Thread: Tiles
View Single Post
  #2  
Old 09-18-2001, 06:44 PM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
Re: Tiles

Quote:
Originally posted by sqar
Hey This is Ultima Hunter posting
Im using this account to post some help i need
i need help on tile checking
How do i make it so when im near a certain tile i can use a weapon or item (eg. Fishing rod near water)
I hope somebody can help

- Ultima Hunter
for water and walls you just say

onwater(x,y)
onwall(x,y)

but for like snow and stuff you have to use the board array. You can find some good examples if you do a search for 'board' in the npc scripting forum. (hopefully you know how to do that). And it is usually better if you click 'Show results as posts'

because then you can read a little about the artical that says it befor you click it so you have a summory...
__________________
Thanks,
-KJL
Reply With Quote