diff options
Diffstat (limited to 'npc/025-1')
-rw-r--r-- | npc/025-1/phoenix.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/025-1/phoenix.txt b/npc/025-1/phoenix.txt index f700f3b5b..2c8da3271 100644 --- a/npc/025-1/phoenix.txt +++ b/npc/025-1/phoenix.txt @@ -6,6 +6,9 @@ 025-1,66,21,0 script Phoenix Rebirth NPC_BRGUARD_SPEAR,{ setpcblock(PCBLOCK_HARD, true); + .@phoenix = true; + +OnMain: mesn; mesq l("Hello there. My name is %s.", .name$); next; @@ -128,6 +131,8 @@ } // These operations can be delayed or fail StatusResetReinvest(); + if ($EVENT$ == "Rebirth" && .@phoenix) + BaseLevel = 3; // Open a new dialog clear; setnpcdialogtitle l("Rebirth Race Selection"); |