From 8a4bf716002a017de77fe7df301ef8e4aaf00a2e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 11:00:49 -0300 Subject: Initial commit --- npc/020-1/pusco.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 npc/020-1/pusco.txt (limited to 'npc/020-1/pusco.txt') diff --git a/npc/020-1/pusco.txt b/npc/020-1/pusco.txt new file mode 100644 index 00000000..2fc15879 --- /dev/null +++ b/npc/020-1/pusco.txt @@ -0,0 +1,20 @@ +// 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; +} + + -- cgit v1.2.3-70-g09d2