for the @youattack just copy the aiattack exept instead of -youhealth do -aihealth :D also i updated my geometry dash clone if you want to try, the key is in the pic :)
here it is! mine, 9qn ace and lizards geometry dash clone big update! added 3 levels, skin select, and a new game mode to test your skills! key in pic, have fun everyone! :D
GRP4 is how you load sprites that you saved. How i know what numbers they are is, i click on the smile button then click on paint and if you hover over a sprite there is a number in the bottom left corner, for example the strawberry sprite is 0,0
@fight
Aiattack=rnd(2) ←sets ai attack to random
If Aiattack==0 then Youhealth=Youhealth-5 locate 0,0print "average hit"
If Aiattack==1 then Youhealth=Youhealth-10 locate 0,0print "critical hit"goto @youattack
i'll do more later :)
@Adventurer okay, that question is gonna take a while but i'll try
Lvl=0 ← this sets your experience
AIhealth=40 ←sets the ai health
Youhealth=40 ←sets the player health
@start
INPUT "you see a skelton! do you fight him";fight$
If fight$=="yes"Then goto @fight
If fight$=="no"Then goto @no...