
02-07-2005, 10:59 PM
|
|
Cookie Monster. :3
|
Join Date: Jan 2005
Location: Nova Scotia, Canada
Posts: 111
|
|
|
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. |
|
|
|