diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-08 11:51:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-08 11:51:45 -0300 |
commit | 07b8b8c67257a40ffb832feb79621b2327576335 (patch) | |
tree | 8b387049b9b248cd700d97926f2c2ba7c6647582 | |
parent | 9b3c9eab184fd4d750f4c93114207a687e36881b (diff) | |
download | serverdata-07b8b8c67257a40ffb832feb79621b2327576335.tar.gz serverdata-07b8b8c67257a40ffb832feb79621b2327576335.tar.bz2 serverdata-07b8b8c67257a40ffb832feb79621b2327576335.tar.xz serverdata-07b8b8c67257a40ffb832feb79621b2327576335.zip |
Quirin: If storing was successful, do not require to open dialog again!
-rw-r--r-- | npc/003-1/quirino.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/quirino.txt b/npc/003-1/quirino.txt index cd55882fb..3a77872c5 100644 --- a/npc/003-1/quirino.txt +++ b/npc/003-1/quirino.txt @@ -145,6 +145,8 @@ L_Full: if (@menu == 2) { closeclientdialog; charcommand("@storeall 2"); + if (Weight == 0) + goto L_SignUp; } close; |