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

How do I add talkactions?

zainahmedshah

New Member
Joined
Aug 1, 2009
Messages
6
Reaction score
0
Hi, I need some help with my ot. This is the problem, so i tried to add a jail system talkaction, but when i dont know where to put it in the talkactions.xml and if i put it on the very bottom, and try to start my ot, the ot wont start

ill rep if your solution works

Any help will be appreciated
 
Code:
<talkactions>
<talkaction words="!jail" script="jailsystem.lua"/> 
<talkaction words="!unjail" script="jailsystem.lua"/> 
</talkactions>

Remember to not put any lines below the </talkactions> put them before that line.
 
Back
Top Bottom