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

[Talkaction] Bug with Param?

It work like that:
Talkactions.xml
Code:
<talkaction words="word" script="word.lua"/>
And now if you say "word" it will exute script "word.lua"

You dont have to define "if(param ~= 'param') then" in script.
 
Back
Top