diff options
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: |