From 01e87a57718fbbfaaac46295363da0c1de240818 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 28 Dec 2020 23:28:12 -0300 Subject: Close the Second Screenshoooting Contest with three entries. --- npc/functions/clientversion.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'npc') 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 -- cgit v1.2.3-70-g09d2