Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Mouse not moving to proper interaction point

Joined
Dec 10, 2014
Messages
3,255
Mouse is within the bounds of the interactable thing (spriteitem, grounditem, gameobject etc...), but it's not at a point where the game actually allows interaction, this mostly occurs near the edges.

This was fixed a while back when I last mentioned it, but it's resurfaced as of late. It results in bots being stuck trying to interact when they can't unless the author has coded some failsafes for this edge case instead, with their own interaction methods etc.

@Cloud @Arbiter
 

wyd

Joined
Mar 14, 2014
Messages
479
Mouse is within the bounds of the interactable thing (spriteitem, grounditem, gameobject etc...), but it's not at a point where the game actually allows interaction, this mostly occurs near the edges.

This was fixed a while back when I last mentioned it, but it's resurfaced as of late. It results in bots being stuck trying to interact when they can't unless the author has coded some failsafes for this edge case instead, with their own interaction methods etc.

@Cloud @Arbiter
Is this why your bot is not walking back to the NPC's from the bank?
 
Top