saintpaul1 Posted May 17, 2023 Posted May 17, 2023 (edited) Is there a way to check this? Just need to be facing north when doing animal magnetism quest on the magnet bit. edit: i just thought of a work around if anyone is interested. I just set my player to a positonsouth behind a rock and then click mine on it,t that way my player will face north. would love to know if anyone has a way of checking if facing north still, tahnks Edited May 17, 2023 by saintpaul1
FushigiBot Posted May 18, 2023 Posted May 18, 2023 int getRotation() Gets the rotation of this character. 1
Gunman Posted May 18, 2023 Posted May 18, 2023 6 hours ago, saintpaul1 said: Is there a way to check this? Just need to be facing north when doing animal magnetism quest on the magnet bit. edit: i just thought of a work around if anyone is interested. I just set my player to a positonsouth behind a rock and then click mine on it,t that way my player will face north. would love to know if anyone has a way of checking if facing north still, tahnks myPlayer().getRotation() 1
saintpaul1 Posted May 18, 2023 Author Posted May 18, 2023 9 hours ago, xlDino said: 6 hours ago, FushigiBot said: int getRotation() Gets the rotation of this character. 6 hours ago, Gunman said: myPlayer().getRotation() thank you