1 2 3 4 5 6 7 8 9
#strict 2 #appendto METO protected func Hit() { if (FindObject(RCKF)) Explode(Random(50)); Explode(explosion_base + Random(12)); }