blob: 4bef762eb8059eb76df7f8ac824fae37c4287b6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// TMW2 script
// Author: Jesusalva <admin@tmw2.org>
//
// Magic Script: TMW2_CUTEHEART
//
// Summons mouboo
- script sk#cuteheart 32767,{
end;
OnCall:
end;
OnInit:
end;
}
|