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.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/npc/020-1/pusco.txt b/npc/020-1/pusco.txt
deleted file mode 100644
index 2fc15879..00000000
--- a/npc/020-1/pusco.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-// 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:
- .distance = 4;
- end;
-}
-
-