March 25, 201510 yr 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.
March 25, 201510 yr 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().
March 26, 201510 yr 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.
Create an account or sign in to comment