Thread: How to ?
View Single Post
  #3  
Old 08-25-2002, 01:05 AM
Spark910 Spark910 is offline
Ex-Graal Global
Spark910's Avatar
Join Date: Oct 2001
Location: England
Posts: 10,892
Spark910 has a spectacular aura about
Quote:
Originally posted by emortylone
ROLLS! Sorry... he he.
NPC Code:

if (created)
{ dir=0;}

if (playertouchsme)
{ dir=2;
message 1;
}


---Shifter
I think he wanted this code, you've done Message and Im sure its say, the NPC will prbally be a Man who when you touch him says ''Oh hello'' or ''Dont jump up on my like that'' So script I think you need it:

NPC Code:

if (created)
{ dir=0;}

if (playertouchsme)
{ dir=2;
say 1;
}



Please note the first sign is 0, Make sure you have the correct number of sign or it wont work or will say wrong message
Reply With Quote