dokato Posted March 25, 2015 Share Posted March 25, 2015 How can u determine if the player is interacting with a specific object? And i mean something else than isAnimating(). Is there another method for that? cuz i tried to search in api but found nothing. Quote Link to comment Share on other sites More sharing options...
Okabe Posted March 25, 2015 Share Posted March 25, 2015 If the interaction triggers a interface you could check if its visible. 1 Quote Link to comment Share on other sites More sharing options...
Botre Posted March 25, 2015 Share Posted March 25, 2015 You need to look for reactions of the interaction. That is, unless you are interacting with a character (Player, NPC), then you can use getInteracting(). 1 Quote Link to comment Share on other sites More sharing options...
Twin Posted March 25, 2015 Share Posted March 25, 2015 What do you want to interact with? I Quote Link to comment Share on other sites More sharing options...
Mysteryy Posted March 26, 2015 Share Posted March 26, 2015 You need to look for reactions of the interaction. That is, unless you are interacting with a character (Player, NPC), then you can use getInteracting(). ^ It seems to me getInteracting() is what you wanted. Quote Link to comment Share on other sites More sharing options...