diff options
Diffstat (limited to 'npc/034-4/exit.txt')
-rw-r--r-- | npc/034-4/exit.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/034-4/exit.txt b/npc/034-4/exit.txt index e57f5966d..07d96ea0b 100644 --- a/npc/034-4/exit.txt +++ b/npc/034-4/exit.txt @@ -22,11 +22,22 @@ OnWumpus: OnRw: getitem StrangeCoin, 1; + if (!GEMINI_WINNER) + GEMINI_WINNER = gettimetick(2); end; OnExit: .@p=getcharid(1); partytimer(MAZE_MAP$, 10, "#GeminiFExit::OnRw", getcharid(1)); + if ($GEMINI_WINNER$ == "") { + $GEMINI_WINNER$=strcharinfo(0); + channelmes("#world", $GEMINI_WINNER$+" is the first player to finish Gemini Sisters Quest!! GG, dude! %%N"); + announce "All hail ##B"+$GEMINI_WINNER$+"##b, first to complete the ##3Gemini Sisters Quest!", bc_all|bc_npc; + getitem PrismGift, 1; + mesc l("CONGRATULATIONS! You are the first player to finish Gemini Sisters quest!!"), 2; + mesc l("You just gained a Prism Gift for your bravery!"), 2; + next; + } sleep2(400); warp "014-2-2", 35, 20; warpparty("014-2-2", 35, 20, getcharid(1), MAZE_MAP$, true); |