Worldslayer608
ಥдಥ
- 894
- Posts
- 17
- Years
- Age 35
- San Diego
- Seen Nov 10, 2020
In scripts, how do you check where an OW is faced?
I am not 100% sure what you are asking but I am guessing you want to change the direction they face, as in turning around to look behind them without moving.
In Fire Red you want to use the following values with the applymovement function.
don't forget to use your waitmovement function afterwards. I am not sure about the values for Ruby, but I am guessing they are the same.
In Fire Red you want to use the following values with the applymovement function.
Spoiler:
01 = Look up
02 = Look left
03 = Look right
04 = Look down
02 = Look left
03 = Look right
04 = Look down
don't forget to use your waitmovement function afterwards. I am not sure about the values for Ruby, but I am guessing they are the same.