diff options
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r-- | npc/functions/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 2cfcbe25c..3568f5f92 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -355,7 +355,7 @@ function script Exception { if (.@gf & RB_ISFATAL) { if (.@gf & RB_SPEECH) { - mesc l("This error is fatal."), 1; + mesc l("This error is fatal, we stop execution."), 1; close; } if (.@gf & RB_DISPBOTTOM) |