View Single Post
  #3  
Old 09-18-2001, 10:45 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
I think its because many npcs are like this
NPC Code:

if (playertouchsme)
say2
blabla;



It would be better if they would also check
if the player looks up
NPC Code:

if (playertouchsme && playerdir==0)
say2
blabla;



Sorry for this we need to fix those npcs
Reply With Quote