summaryrefslogtreecommitdiff
path: root/npc/020-1/pusco.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/pusco.txt')
-rw-r--r--npc/020-1/pusco.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/020-1/pusco.txt b/npc/020-1/pusco.txt
new file mode 100644
index 00000000..282362c3
--- /dev/null
+++ b/npc/020-1/pusco.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Pusco, the Fire Mage. Still outside, to be moved to the cave (with some lava) later (TM).
+// THIS IS A PLACEHOLDER!
+
+020-1,87,122,0 script Pusco NPC_MAGE_RED,{
+ speech
+ l("Hi!"),
+ l("Fire, I love fire! Its so powerful! It even comes with particle effects most of the time!"),
+ l("Can you bug Jesusalva? I really would like to teach you something.");
+ close;
+
+OnInit:
+ .bodytype = BODYTYPE_2;
+ .distance = 2;
+ end;
+}
+
+