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