blob: f86373038aff0ff7e04be3368c02ad66af2bdd96 (
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 = 2;
end;
}
|