Hi all,
I want to have multiple doors, to multiple rooms on my top-down layout (think internal doors to a house).
I'd like the player to walk up close to the door, then click 'E' to open, and 'E' again to close.
I can manage it with one door using:
distance (Player_base.X, Player_base.Y,Door.X, door.Y)
and setting it to less or equal 50
Then adding 'System > Keyboard 'E' is down' command.
My troubles start with using families and getting a function to control each UID individually.
Anyone have any tips?
Thanks in advance