I want the main character to look at a hotspot from its position ¿Anyone knows how to do this?
Thanks
You can use Character.FaceLocation(int x, int y) and insert the coordinates of the hotspot. There's also a FaceCharacter and FaceObject function, but none for hotspots as far as I know.
If you want the character to look in the direction of whatever he's looking at, you can also just add a FaceLocation(mouse.x,mouse.y) call in the look interaction.
I did it, thanks