summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/motd.txt.example
blob: f52b80f909bbb0dd0e830ed9393c275f3f5fdad2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
function|script|MOTD
{
    setarray $@MOTD$,

        "Welcome to The Mana World! (running on tmwAthena)",
        "[@@http://ow.ly/MCesp|Website & Wiki@@] [@@https://goo.gl/fC4YcM|Bug Reports@@] [@@https://goo.gl/z6YDDp|Live Support@@]",
        "You can report abuse by typing in chat: @wgm Player XYZ is abusing me";

    return;
}