summaryrefslogtreecommitdiff
path: root/npc/functions/news.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r--npc/functions/news.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt
new file mode 100644
index 000000000..60838997c
--- /dev/null
+++ b/npc/functions/news.txt
@@ -0,0 +1,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;
+}
+