diff options
Diffstat (limited to 'npc/027-1/laura.txt')
-rw-r--r-- | npc/027-1/laura.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/027-1/laura.txt b/npc/027-1/laura.txt index db29e3de0..8cb7734b3 100644 --- a/npc/027-1/laura.txt +++ b/npc/027-1/laura.txt @@ -26,6 +26,10 @@ if (MAGIC_LVL >= 3) goto L_Tier3; break; + case 3: + if (MAGIC_LVL >= 4) + goto L_Tier4; + break; } closeclientdialog; goodbye; @@ -321,6 +325,16 @@ L_T3_Fail: ST_TIER=1; close; +L_Tier4: + if (!ACADEMIC_RANK) { + mesn; + mesq l("Oh hello again. This time I need you to be enrolled here, for this, you need to either get a good rank at the Magic Olympics or by contributing to the world's knowledge. Talk to headmaster if you need help."); + close; + } + mesn; + mesq l("%s! I see you are a(n) %s here, very good!", academicrank()); + close; + /// Core code OnInit: .@npcId = getnpcid(.name$); |