diff options
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/novice/novice.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index 3c7a46982..c1d74cb9b 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -199,6 +199,8 @@ new_1-1.gat,53,114,4 script Shion 727,{ close;
L_Fail:
+ mes "[Shion]";
+ mes "You shouldn't be here.";
close2;
savepoint "prontera.gat",273,354;
warp "prontera.gat",273,354;
@@ -323,6 +325,8 @@ L_loop: goto L_loop;
L_Fail:
+ mes "[Training Grounds Receptionist]";
+ mes "You shouldn't be here.";
close2;
savepoint "prontera.gat",273,354;
warp "prontera.gat",273,354;
|