diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-11 12:24:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-11 12:24:32 -0300 |
commit | 6a1b08505fba315dc2a71087a0c4d7a528d8e377 (patch) | |
tree | b6133abd6266ccf1bb93696f9e94b30e1f7f4505 /npc | |
parent | ab800498d595b5b6db920ef79e1227a60af28739 (diff) | |
download | serverdata-6a1b08505fba315dc2a71087a0c4d7a528d8e377.tar.gz serverdata-6a1b08505fba315dc2a71087a0c4d7a528d8e377.tar.bz2 serverdata-6a1b08505fba315dc2a71087a0c4d7a528d8e377.tar.xz serverdata-6a1b08505fba315dc2a71087a0c4d7a528d8e377.zip |
(Untested) Allow Quirin to store all your items.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/quirino.txt | 13 |
1 files changed, 13 insertions, 0 deletions
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: |