yolfran
Mapper-Chibcha
Hello otlanders 
I want to do an npc that talk with players slowly,for example
2 seconds between the first conversation and the second one,thas all,but I have no idea how to do that :S
I use 0.3.6 crying damson
Thx for the help
I want to do an npc that talk with players slowly,for example
PHP:
npcHandler:say("I need you travel to lacost city ,and bringme an abacus that Lucius have.", cid)
TIME=2 Seconds
npcHandler:say("He is in the Burj al arab Hotel.", cid)
TIME=2 Seconds
npcHandler:say("Ohh.Give him this note please.", cid)
doPlayerAddItem(cid, 7726, 1)
2 seconds between the first conversation and the second one,thas all,but I have no idea how to do that :S
I use 0.3.6 crying damson
Thx for the help
Last edited: