Auto private message when get town

if char in towen, send private message ex.("/hi mr bot") to BOT once not many if possible
like
$BOT /hi mr bot

You could to that with a condition and the “time elapsed” option.

condition is not the problem and better i used if in town
then chat general ($BOT /hi mr bot)
but didn’t send private message to BOT

Create a Python script to send the message to the correct character.

thanks i solved it
added this line to town script
chat,private,BOT,/hi mr bot
:slight_smile:

1 Like