View Single Post
  #3  
Old 06-12-2001, 08:37 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
if you aren't that experienced at scripting I'd suggest you stear clear of board stuff for now, I myself didn't learn it for a long time...but it's like this:

if (board[levelx + levely * 64] == tilex + tiley * 16) {
dowhatever;
}

for the fishing and bird catching I'm sure stefan either used onwater (fishing) or made an array of tiles you can use it on and did a loop to check if the player was on any of those tiles. It's not too simple to explain quickly though, and I haven't much time. Maybe someone else can go a bit more in-depth if you need it.
Reply With Quote