From 28ce7954ad75dc8d96338ef27b71ba37108e8679 Mon Sep 17 00:00:00 2001 From: Reid Date: Wed, 5 Aug 2015 14:56:30 +0200 Subject: Add Katja on the top-right part of Artis. --- npc/001-1/_import.txt | 1 + npc/001-1/katja.txt | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 npc/001-1/katja.txt diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt index 64d224f2f..aa3dd5643 100644 --- a/npc/001-1/_import.txt +++ b/npc/001-1/_import.txt @@ -12,6 +12,7 @@ npc: npc/001-1/elmo.txt npc: npc/001-1/enora.txt npc: npc/001-1/eugene.txt npc: npc/001-1/harbours.txt +npc: npc/001-1/katja.txt npc: npc/001-1/lozerk.txt npc: npc/001-1/panels.txt npc: npc/001-1/qonan.txt diff --git a/npc/001-1/katja.txt b/npc/001-1/katja.txt new file mode 100644 index 000000000..fe23f4443 --- /dev/null +++ b/npc/001-1/katja.txt @@ -0,0 +1,36 @@ +// Evol scripts. +// Author: +// Reid +// Description: +// Little girl playing around the hill on top of the port. + +001-1,164,44,0 script Katja#001-1 123,{ + mesn; + mesq l("Hey"); + next; + mesq l("You look funny, do you want to play with me?"); + + switch (select("Of course!:What game do you want to play?:I don't have much time right now.")) + { + case 1: + + break; + case 2: + + break; + case 3: + + break; + } + + goto L_Close; + +L_Close: + close; + +OnInit: + setnpcsex G_FEMALE; + setnpcdistance 4; + end; +} + -- cgit v1.2.3-70-g09d2