u/Ltzemer

▲ 9 r/horrortale+1 crossposts

I'm making my own AU based of Horrortale, so I'll be thankfull if you guys shared your opinions and takes about horrortale's story and designs

reddit.com
u/Ltzemer — 10 days ago

I tried to do it on my own, but can't figure it out, so if someone help I'll be super grateful!

I'm trying to make player go to an clicked object. Player cant go on their own, but can walk toward clicked object to interact.

I've tried different things for 4 hours, but the most recent one I can remember is:

if place_meeting(mouse_x, mouse_y, object) & & mouse_check_button(mb_left) {

move_towards_point(object.x, object.y, speed)

}

that all I could remember :(

reddit.com
u/Ltzemer — 15 days ago