Piece of cake:
void run(int combo, int cset, int width, int height) {
while(true) {
Screen->DrawCombo(1, Link->X, Link->Y, combo, Clamp(width, 1, 20), Clamp(height, 1, 20), cset, -1, -1, 0, 0, 0, 0, 0, true, OP_OPAQUE);
Waitframe();
}
}
}
D0: Combo
D1: CSet
D2: Width (in tiles, defaults to 1)
D3: Height (in tiles, defaults to 1)

This topic is locked
