summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/clientversion.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index d88e9de2b..44f7ef3d3 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1040,6 +1040,29 @@ function script clientupdater {
logmes(sprintf("%s has been granted the title of %s.",
strcharinfo(0), academicrank()));
}
+
+ // Gallery Contest
+ .@dg=1;
+ showavatar NPC_LOF_RICH;
+ mesn ("TMW2 Staff");
+ mesc l("Hello, @@! We are proud to announce the @@ RESULTS!", strcharinfo(0) , b(l("2° Screenshooting Contest"))), 3;
+ mesc l("Participants: Povo * Manatauro * Woody"), 3;
+ next;
+ mesc ("Povo Entries: What to do with Presents?"), 3;
+ mesc ("Woody Entries: Lava Dungeon"), 3;
+ mesc ("Manatauro Entries: Yuck Noob ; Povo :) ; Lurking GM and Me"), 3;
+ next;
+ mesc l("1st Place - Povo (6 likes)");
+ mesc l("2nd Place - Manatauro (5 likes)");
+ mesc l("3rd Place - Woody (4 likes)");
+ mes "";
+ next;
+ if (strcharinfo(0) == "Povo")
+ getitem StrangeCoin, 80;
+ else if (strcharinfo(0) == "Manatauro")
+ getitem StrangeCoin, 40;
+ else if (strcharinfo(0) == "Woody")
+ getitem StrangeCoin, 20;
}
// :// End of Regular Update System