Hermes
dziwki kola gramy w lola
Hello.
I have onThink thingy that makes npc saying text on random.
But how to make that NPC yells this text?
Thanks,
Hermes
I have onThink thingy that makes npc saying text on random.
Code:
function onThink()
talk = math.random(1,100)
if talk == 1 then
selfSay("Best wands and rods in city!")
end
if talk == 2 then
selfSay("Cheapest magic equipment here!")
end
end
But how to make that NPC yells this text?
Thanks,
Hermes