6 lines
No EOL
110 B
Text
6 lines
No EOL
110 B
Text
if (inv == 0) {
|
|
audio_play_sound(snHit,1,false);
|
|
hit(other, self);
|
|
inv = 30;
|
|
}
|
|
knockBack(other, self); |