Mauzim
Member
- Joined
- Jan 3, 2011
- Messages
- 568
- Reaction score
- 9
Example :
if msgcontains "no" then npc say: Hope to see you soon. and npcHandler:releaseFocus(cid) << its not work
how to fix that
Code:
elseif(msgcontains(msg:lower(), 'no') and talkState[talkUser] == 1) then
npcHandler:say("Hope to see you soon.", cid)
[B] npcHandler:releaseFocus(cid)[/B]
end
how to fix that