summaryrefslogblamecommitdiff
path: root/npc/magic/kalspike.txt
blob: 4c3dfc310674d2ddd17fdb983b1deb579cbe8ca8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                       

                                                             





                                                              
// TMW2 script
// Author: Jesusalva <admin@tmw2.org>
//
// Magic Script: TMW2_KALSPIKE
//
// Summons mouboo

-	script	sk#kalspike	32767,{
    end;

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

OnInit:
    bindatcmd "sk-kalspike", "sk#kalspike::OnCall", 0, 100, 0;
    end;
}