• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Npc message delay

Gsp

RP
Joined
Jan 3, 2008
Messages
250
Solutions
1
Reaction score
4
Is there a way to delay npc messages if you have them in this order?

npcHandler:say("msg1", cid)
npcHandler:say("msg2", cid, true)
npcHandler:say("msg3", cid, true)
npcHandler:say("msg4", cid, true)
..

using 0.4 8.6.
 
Back
Top