blob: 96ac5292ddfb7237a2610d061c347d140a75de19 (
plain) (
tree)
|
|
// TMW2 script
// Author: Jesusalva <admin@tmw2.org>
//
// Magic Script: TMW2_HALHISS
//
// Summons snakes (mountain snakes if GHQ was completed and enough skill)
- script sk#halhiss 32767,{
end;
OnCall:
// Deprecated
dispbottom l("The usage of @sk-commands was deprecated");
end;
OnInit:
bindatcmd "sk-halhiss", "sk#halhiss::OnCall", 0, 100, 0;
end;
}
|