diff options
Diffstat (limited to 'npc/024-14')
-rw-r--r-- | npc/024-14/utils.txt | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/npc/024-14/utils.txt b/npc/024-14/utils.txt index 7fd73a69f..ad9c51134 100644 --- a/npc/024-14/utils.txt +++ b/npc/024-14/utils.txt @@ -60,33 +60,7 @@ OnInit: 024-14,28,27,0 script Cauldron#RES_PPL NPC_NO_SPRITE,{ - select - l("Alchemy"), - l("Crafting"); - mes ""; - if (@menu == 1) { - do { - mesc l("What will you brew today?"); - if (AlchemySystem(CRAFT_PLAYER)) - mesc l("Success!"), 3; - else - mesc l("That didn't work!"), 1; - next; - mesc l("Try again?"); - } while (askyesno() == ASK_YES); - } - else if (@menu == 2) { - do { - mesc l("What will you craft today?"); - if (SmithSystem(CRAFT_PLAYER)) - mesc l("Success!"), 3; - else - mesc l("That didn't work!"), 1; - next; - mesc l("Try again?"); - } while (askyesno() == ASK_YES); - } - + realestate_cauldron(); close; OnInit: |