@enemy (lets say you want to make it totally random) ene=rnd(5) If ene==1 then gosub @level5e If ene==2 then gosub @level10e If ene==3 then gosub @level15e If ene==4 then gosub @level20e If ene==5 then gosub @level25e return