From 6a1b08505fba315dc2a71087a0c4d7a528d8e377 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 11 Dec 2020 12:24:32 -0300 Subject: (Untested) Allow Quirin to store all your items. --- npc/003-1/quirino.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/npc/003-1/quirino.txt b/npc/003-1/quirino.txt index 8084d07c0..490320d66 100644 --- a/npc/003-1/quirino.txt +++ b/npc/003-1/quirino.txt @@ -127,6 +127,19 @@ L_SignUp: L_Full: mesn; mesq l("You cannot bring anything to the arena. Please put everything on the storage."); + next; + mesn; + mesq l("I can do that for you, but you'll still need to go to storage to get them back."); + next; + select + l("Off to storage I go."), + l("PLEASE STORE ALL MY ITEMS"), + l("Alright, I don't like PVP anyways..."); + mes ""; + if (@menu == 2) { + closeclientdialog; + charcommand("@storeall"); + } close; L_Hub: -- cgit v1.2.3-70-g09d2