summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-28 23:28:12 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-28 23:28:12 -0300
commit01e87a57718fbbfaaac46295363da0c1de240818 (patch)
tree09a84eb8f28c6ad648721ddad078b3c93ceffb03
parent927a01140289d1841e65801a60f07d0ff7e92daa (diff)
downloadserverdata-01e87a57718fbbfaaac46295363da0c1de240818.tar.gz
serverdata-01e87a57718fbbfaaac46295363da0c1de240818.tar.bz2
serverdata-01e87a57718fbbfaaac46295363da0c1de240818.tar.xz
serverdata-01e87a57718fbbfaaac46295363da0c1de240818.zip
Close the Second Screenshoooting Contest with three entries.
-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