diff options
Diffstat (limited to 'npc/009-2-6/eurni.txt')
-rw-r--r-- | npc/009-2-6/eurni.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/npc/009-2-6/eurni.txt b/npc/009-2-6/eurni.txt deleted file mode 100644 index 44bbf953..00000000 --- a/npc/009-2-6/eurni.txt +++ /dev/null @@ -1,22 +0,0 @@ -// The Mana World scripts. -// Author: -// Jesusalva -// Description: -// Eurni the Surgeon - -009-2-6,32,30,0 script Eurni NPC_EURNI,{ - mesn; - mesq l("Are you tired of who you are?"); - next; - mesn; - mesq l("Would you be interested in changing your... appearance?"); - next; - Barber(false); - - close; - -OnInit: - .distance = 4; - end; -} - |