blob: 60838997c2551b8010b00b84e8f3c909e371f3a7 (
plain) (
tree)
|
|
// 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;
}
|