blob: b67a42fd032e9bbf0d2bc2cd00dabde71c7d815c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
// Evol scripts.
// Author:
// Micksha
// Description:
// Budifis the Water Mage.
// THIS IS A PLACEHOLDER!
020-1,70,47,0 script Budifis NPC_MAGE_BLUE,{
speech
l("Hi!"),
l("I just love watching the ocean from up there."),
l("Did you meet Pusco already? He and his crappy Fire Elements. One day I will extinguish him properly, be assured.");
close;
OnInit:
.bodytype = BODYTYPE_2;
.distance = 4;
end;
}
|