Dangnoob
Member
- Joined
- Jun 8, 2008
- Messages
- 105
- Solutions
- 2
- Reaction score
- 12
Anybody know how to make an NPC say bye? I'm not sure what to use, here's simple code as an example. As it sits, you have to say something first, if anybody knew to to make it instantly say bye as soon as u say hi that would be awesome as well.
Code:
if (isSorcerer(cid) or isDruid(cid)) then
else
selfSay('I only help the mages here, go see {name} the knight or {name} the paladin.', cid)
end