summaryrefslogblamecommitdiff
path: root/npc/functions/news.txt
blob: 60838997c2551b8010b00b84e8f3c909e371f3a7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                                             
// TMW-2 script.
// Authors:
//    Jesusalva
// Description:
//    Server news.

function	script	GameNews	{
    narrator getarg(0, 0),
        l("You can read the [@@news|latest news@@], or even the [@@https://tmw2.org/news|older entries@@]."),
        l("Release 2.1 - Free Lunch For Those Who Work Hard!"),
        l(""),
        l("Shall you have any inquiry, do not hesit to [@@mailto:admin@tmw2.org|send us an email@@]##b.");
    return;
}