how to open doors
Im trying to do if you press e you enter a room but I don't know how to do where when you press e you go to the room and I cant find any tutorials about doing this that are for microscript.
Im trying to do if you press e you enter a room but I don't know how to do where when you press e you go to the room and I cant find any tutorials about doing this that are for microscript.
You could try having a variable change for when you press E when the player is near a door.
it depends on how you are doing doors; if you are using a map, you could check if the player is touching the tile and then change the background. if you're using objects, check collision and then use a variable that the door has to check where it wants to send you and then adjust the background accordingly
oh ok thanks