• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

NPC Talk_State on New Jiddo System

Tprocheira

New Member
Joined
Apr 2, 2008
Messages
103
Reaction score
0
How do I make NPC's using the 8.31 NPC system (the one with a huge lua file).
I've made one with talk_state = 1 and talk_state == 1, but none of them worked.
Can anyone help me? :D

Tprocheira
 
top of the script - talkState = {}
setting talkState - talkState[cid] = x
getting talkState - talkState[cid] == x
 
Back
Top