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










                                       

                                                             


        

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

-	script	sk#stoneheart	32767,{
    end;

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

OnInit:
    end;
}