blob: 2fc15879dece2cd5559214156db2027803966431 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;
}
|