Untitled


SUBMITTED BY: Sokr

DATE: Aug. 16, 2017, 7:54 a.m.

FORMAT: Text only

SIZE: 901 Bytes

HITS: 360

  1. #region MysteryFruit
  2. case 3001044:
  3. {
  4. Npcs dialog = new Npcs(client);
  5. dialog.Text("You~can~directly~use~Mystery~Fruit~to~receive~1 - 3~Attribute~Points. You~can");
  6. dialog.Text("also~use~it~with~Mystery~Dew~or~Pay~270~CPs~to~get~the~best~effect~(3");
  7. dialog.Text("attribute~points~without~fail). What~do~you~Think");
  8. dialog.Option("Use~Mystery~Dew!", 1);
  9. dialog.Option("Pay~270~Cps!", 2);
  10. dialog.Option("Use~Mystery~Fruit~directly.", 3);
  11. dialog.Option("i'll~think~about~it.", 255);
  12. dialog.Send();
  13. client.ActiveNpc = item.ID;
  14. break;
  15. }
  16. #endregion

comments powered by Disqus