blob: 647025a52ae38a17176623f1241a68bb14fa16a1 (
plain) (
tree)
|
|
// 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:
end;
}
|