Moderator: MacroQuest Developers
Code: Select all
#event MOTD "#*#tells you, '|${password}|-#1#'"Code: Select all
/declare password string outer passwordCode: Select all
Sub Event_MOTD(TellText,MessageOfTheDay)
/guildmotd ${MessageOfTheDay}
/returnJust a note: that will set the password to whatever the player has /told your bot. So right or wrong it will change the MOTD.Neolesh wrote:And in your declares...Code: Select all
/declare password string outer password