From 3fe9f2bf40fb437f081380b89f7fc5638118b7b3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 Apr 2020 22:03:13 -0300 Subject: Ask players upon rebirth to select a race --- npc/025-2/phoenix.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt index 438b8317b..50841c9ad 100644 --- a/npc/025-2/phoenix.txt +++ b/npc/025-2/phoenix.txt @@ -93,6 +93,22 @@ kamibroadcast("%s has been reborn.", strcharinfo(0)); $MOST_HEROIC$=strcharinfo(0); StatusResetReinvest(); + // Open a new dialog + clear; + setnpcdialogtitle l("Rebirth Race Selection"); + mesc l("Do you want to change your race?"); + mesc l("This can only be reverted at rebirth! Beware!"); + next; + if (askyesno() != ASK_YES) + close; + mes ".:: "+l("Human")+" ::."; + mesc l("The most widespread race in the continent, highly versatile, perfect all-rounders."); + mes ""; + next; + menuint + l("Human"), 1; + + jobchange max(0, @menuret-1); close; } -- cgit v1.2.3-70-g09d2