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

adding a new command

Tyhawks

New Member
Joined
Jan 3, 2015
Messages
37
Reaction score
0
hey guys on my server I want to add a new command which is !buyhouse how can I do this ? please help
server Im play on is crying damson
 
data/talkactions/talkactions.xml
Code:
<talkaction words="alana res" filter="word-spaced" event="function" value="houseBuy"/>
This already exists, you can change the words if you want the words to be !buyhouse though.
 
Back
Top