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




                                     
                                  




                                       

                                                             





                                                                      
// TMW2 script
// Author: Jesusalva <admin@tmw2.org>
//
// Magic Script: TMW2_FAIRYKINGDOM
//
// Summons fairies (or pixies TBA)

-	script	sk#fairykingdom	32767,{
    end;

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

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