Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. #region KingdomCTF-3rdPlaceAwarder
  2. case 102090:
  3. {
  4. dialog.Avatar(32);
  5. switch (npcRequest.OptionID)
  6. {
  7. case 0:
  8. {
  9. dialog.Text("Wow! haven`t seen such a fierce contest in many years. I`ll be here to award the prizes for 30 minutes");
  10. dialog.Text(", after the contest ends. If your guild wins the contest, come to claim the prize in time!");
  11. dialog.Option("Great.", 255);
  12. dialog.Send();
  13. break;
  14. }
  15. #endregion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement