Check if player is looking at event?

Fragarachu

Veteran
Veteran
Joined
Apr 19, 2018
Messages
59
Reaction score
2
First Language
Indonesia
Primarily Uses
RMVXA
So in RPG Maker VX Ace how do i check if player is looking at event?
If player facing a event, a message shows.
 

gstv87

Veteran
Veteran
Joined
Oct 20, 2015
Messages
2,254
Reaction score
1,254
First Language
Spanish
Primarily Uses
RMVXA
check for the event location relative to the player:

ex = event.x
ey = event.y
px = player.x
py = player.y

rx = ex - px
ry = ey - py

if rx > 0, the event is to the right of the player.
if ry > 0, the event is down from the player position.
if rx = 0, both are in the same column
if ry = 0, both are in the same row.

now with that, check for facing direction:
if rx > 0 and player direction is 6, then the player is facing right.
if rx < 0 and player direction is 4, then the player is facing left
same for ry, 8 for up, 2 for down.

if you want a script implementation, look for the function turn_toward_character
it's basically the same thing.
 
Last edited:

mlogan

Global Moderators
Global Mod
Joined
Mar 18, 2012
Messages
15,380
Reaction score
8,537
First Language
English
Primarily Uses
RMMV
In the Conditional Branch, page 3, there is a "Character facing" option. This could work if your event is stationary and limited in which directions it could be viewed from. However, you don't give a lot of detail as to what you are trying to accomplish, so it's hard to know if there is a simple solution or not.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,047
Messages
1,018,540
Members
137,834
Latest member
EverNoir
Top