how can i make the characters hand rotate by where the aimer is
example Divine intervention the arm holding the gun faces towards the aimer and rotates with it
The easiest way?
Turn the hand into a character (with appropriate up, down, left and right frames, and possibly diagonals). Then use
function repeatedly_execute () {
character[HAND].FaceLocation (mouse.x, mouse.y, eNoBlock);
}