abuseedom3 4 Posted April 27, 2022 I noticed a problem with interact function (from all class, objects, npcs, etc...) If bank (or any other interface) is open, it hovers the mouse to the entity i'm trying to interact with (without clicking ofc), then close the bank (or whatever interface is open) then interacts with the entity. Is it possible to close the interface directly without having it move the mouse first?
Hashtag 8887 Posted April 27, 2022 How about you close any interfaces before calling the interact method?
abuseedom3 4 Author Posted April 27, 2022 That would be possible but since it's integrated in the interact method why do it? It's not just for me but foreveryone else, i'm just giving ideas to improve the api
Pandemic 2816 Posted April 27, 2022 30 minutes ago, abuseedom3 said: That would be possible but since it's integrated in the interact method why do it? It's not just for me but foreveryone else, i'm just giving ideas to improve the api It only closes interfaces if it has to, with some smaller interfaces it can interact anyways so we try to respect the scripter's intentions (if they wanted the bank closed first they would have done it).
abuseedom3 4 Author Posted April 28, 2022 4 hours ago, Pandemic said: It only closes interfaces if it has to I understand that, but for the cases where it has to, can you directly close the interface before moving the mouse to the entity (there is no point since it won't be able to click the entity). That way it looks less botty (if that's a word)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.