View Single Post
  #5  
Old 02-07-2005, 10:59 PM
ChibiChibiLuc ChibiChibiLuc is offline
Cookie Monster. :3
Join Date: Jan 2005
Location: Nova Scotia, Canada
Posts: 111
ChibiChibiLuc is on a distinguished road
Send a message via AIM to ChibiChibiLuc Send a message via MSN to ChibiChibiLuc
If you wanna be safe, limit the NPC so people can't be pushed outside the level.

Level x = (playerx)%64
Level y = (playery)%64

If the level x/level y the player will be pushed to is over 64, don't move the player.
Reply With Quote