Zyntax
*WannaBe Scripter*
hey there,
just thought if it would be possible to speed up the onThink process from specific NPCs.
Let it execute the function more often then every 2 secs.
Would be nice if he would say that text every e.g. 0.5 seconds.
Possible?
just thought if it would be possible to speed up the onThink process from specific NPCs.
Let it execute the function more often then every 2 secs.
Code:
function onThink(cid, interval)
selfSay("Hi there")
end
Possible?