Greetings, i got a problem with my Npc, i want the npc to self say on default for example something like this:
"Everyone who wants free items, come over here!"
like each 4 seconds or something, is it possible?
I got now something like this:
function onThink()
selfSay('Everyone who wants free items, come over here!')
end
But the npc is spamming it
, how to make delay?
"Everyone who wants free items, come over here!"
like each 4 seconds or something, is it possible?
I got now something like this:
function onThink()
selfSay('Everyone who wants free items, come over here!')
end
But the npc is spamming it
Last edited: