blob: 0508f76687494284f5f06b185d4f1c97e92d13de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// TMW2 script
// Author:
// Jesusalva
// Description:
// Magic Olympics
001-14,89,89,0 script Hocus Pocus NPC_BLACKWIZARD,{
mesn;
mesq l("Greetings, %s %s, I am Hocus Pocus the Grandmaster.", academicrank(), strcharinfo(0));
close;
OnInit:
.distance=5;
end;
}
|