summaryrefslogtreecommitdiff
path: root/npc/020-1/itka.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/itka.txt')
-rw-r--r--npc/020-1/itka.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/020-1/itka.txt b/npc/020-1/itka.txt
new file mode 100644
index 00000000..6cb6f5ea
--- /dev/null
+++ b/npc/020-1/itka.txt
@@ -0,0 +1,19 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Itka, the spammy spammy little girl in Tulimshar.
+// THIS IS A PLACEHOLDER!
+
+020-1,194,175,0 script Itka NPC_GIRL_MILLY,{
+ speech
+ l("Hi there."),
+ l("Come to the bakery! Come to the Market! Come to Prison!"),
+ l("I will improve, promised. Come to the Academy! Come to Oasis!");
+ close;
+
+OnInit:
+ .bodytype = BODYTYPE_2;
+ .distance = 2;
+ end;
+}