Thread: built in block
View Single Post
  #3  
Old 09-26-2004, 10:28 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
But it is not recommended to use that, problem is that the blocking behaviour is often slightly different on server and client, so you will often see npcs warping, because they stop on the client but can move on the server because the blocking object is not blocking or already moved away.
It is better to use onwall(x,y) and onwall2(x,y,width,height) before calling the "move" command.
Reply With Quote