diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-24 00:53:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-24 00:53:36 -0300 |
commit | 4af18cb0cc0b4c3930faa3f521b30b6a93a9dbaa (patch) | |
tree | 2f524bbe89b866e88ed902b5862e850dcf6ca927 /npc/functions | |
parent | 32f9a3a493f0f0f965a31e2bf8b0af7b9d5863c4 (diff) | |
download | serverdata-4af18cb0cc0b4c3930faa3f521b30b6a93a9dbaa.tar.gz serverdata-4af18cb0cc0b4c3930faa3f521b30b6a93a9dbaa.tar.bz2 serverdata-4af18cb0cc0b4c3930faa3f521b30b6a93a9dbaa.tar.xz serverdata-4af18cb0cc0b4c3930faa3f521b30b6a93a9dbaa.zip |
More alpha bugs
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/main.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 3ac90ac61..6ebaf0e96 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -347,11 +347,13 @@ function script Exception { if (.@gf & RB_GLOBALANNOUNCE) announce("Error in script: "+.@msg$, bc_all); - if (.@gf & RB_PLEASEREPORT|RB_DISPBOTTOM) - dispbottom("Please take a screenshot and report this bug, explaining how it happened."); + if (.@gf & RB_PLEASEREPORT) { + if (.@gf & RB_DISPBOTTOM) + dispbottom("Please take a screenshot and report this bug, explaining how it happened."); - if (.@gf & RB_PLEASEREPORT|RB_SPEECH) - mesc("Please take a screenshot and report this bug, explaining how it happened."), 1; + if (.@gf & RB_SPEECH) + mesc("Please take a screenshot and report this bug, explaining how it happened."), 1; + } if (.@gf & RB_ISFATAL) { if (.@gf & RB_SPEECH) { |