summaryrefslogblamecommitdiff
path: root/npc/magic/kalmurk.txt
blob: 00f45d08ee43272dff62449016d239741f30724b (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:
    end;
}