#i’m trying to make a rpg for when all enemies are dead the map switches but i don’t know how
1 messages · Page 1 of 1 (latest)
use a numerical global variable, everytime an enemy dies, the variable increases. if the variable = enemy amount then make it switch map
in an infinite loop
ohh
also, if the map u wanna switch to also needs to kill all enemies to progress make sure to set the variable to 0
u forgot the if