From ef01aa7669b72691c30b7862b611159ae93bd213 Mon Sep 17 00:00:00 2001 From: Joni Orponen Date: Thu, 21 Jul 2005 13:50:46 +0000 Subject: Added the jobchange npc, somewhat. --- npc/tulimshar/dark_mage.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 npc/tulimshar/dark_mage.txt (limited to 'npc') diff --git a/npc/tulimshar/dark_mage.txt b/npc/tulimshar/dark_mage.txt new file mode 100644 index 00000000..ff2a33e4 --- /dev/null +++ b/npc/tulimshar/dark_mage.txt @@ -0,0 +1,9 @@ +new_3-1.gat,37,44,3 script Darkmage 103,{ +mes "Would you sell me your soul? I will grant you diabolical power in exchange, but you will not be granted passage onto the next world in case you decide to exchange your eternal soul for mortal power. For what do we need your soul..? That's not for you to know. Are you still sure you want to sell your soul?"; +next; + menu "YES",L_Y,"no",-; +close; +L_Y: + jobchange 1; +close; +} \ No newline at end of file -- cgit v1.2.3-60-g2f50