summaryrefslogblamecommitdiff
path: root/npc/magic/kalmurk.txt
blob: 12776ba7ba9312fe81b8e85fc6e601ee8966b4ab (plain) (tree)
1
2
3
4
5



                                     
  












                                       



                                                             
       
                                                            

        
// TMW2 script
// Author: Jesusalva <admin@tmw2.org>
//
// Magic Script: TMW2_KALMURK
//
// Spawns Maggots.


-	script	sk#kalmurk	32767,{
    end;

/*
OnFriendlyDeath:
    emote 4;
    end;
*/

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

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