• 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!

Condition_muted

Cosmotonio

New Member
Joined
Nov 26, 2007
Messages
142
Reaction score
0
The CONDITION_MUTED works in tag?
global.lua
Code:
CONDITION_MUTED = 65536
code.lua
Code:
doAddCondition(cid, CONDITION_MUTED)
error:
Code:
[18/05/2008  10:06:34] Lua Script Error: [TalkAction Interface] 
[18/05/2008  10:06:34] data/talkactions/scripts/code.lua:onSay

[18/05/2008  10:06:34] luaDoAddCondition(). Condition not found
 
Back
Top