summaryrefslogtreecommitdiff
path: root/npc/magic/kalboo.txt
blob: cb39713b8f544f3b8e657b70a34357801c1d48bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// TMW2 script
// Author: Jesusalva <admin@tmw2.org>
//
// Magic Script: TMW2_KALBOO
//
// Summons mouboo

-	script	sk#kalboo	32767,{
    end;

OnCall:
    // Deprecated
    dispbottom l("The usage of @sk-commands was deprecated");
    end;

OnInit:
    end;
}