diff options
Diffstat (limited to 'npc/024-15/lilanna.txt')
-rw-r--r-- | npc/024-15/lilanna.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/024-15/lilanna.txt b/npc/024-15/lilanna.txt index d2f58d215..24e352d2d 100644 --- a/npc/024-15/lilanna.txt +++ b/npc/024-15/lilanna.txt @@ -19,6 +19,7 @@ L_Loop: l("Thanks."), l("What ANISE INC. Does?"), l("How to use best Warp Technology?"), + l("I would like to buy a Warp Crystal."), rif(countitem(BrokenWarpCrystal), l("My warp crystal broke!")); mes ""; switch (@menu) { @@ -60,6 +61,11 @@ L_Loop: next; break; case 4: + openshop(); + closeclientdialog; + end; + break; + case 5: FixSelect(); break; } @@ -159,9 +165,15 @@ OnInit: "wait", 10, 0; initialmove; initnpctimer; + tradertype(NST_MARKET); + sellitem BrokenWarpCrystal, 50000, 1; .sex = G_MALE; .distance = 5; end; + +OnClock2358: + restoreshopitem BrokenWarpCrystal, 50000, 1; + end; } |