![]() |
Hand Appearing in Script Boxes - Solved - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: Hand Appearing in Script Boxes - Solved (/thread-24618.html) |
Hand Appearing in Script Boxes - Solved - MsHannerBananer - 02-14-2014 I have collide script boxes set up for the player to walk through and the character they play has "thoughts" they say out loud when they walk through said script boxes. For instance, when you walk into the bathroom, the player walks through the collide script box, and the character says "It's a bathroom." But for some reason, when approaching these collide script boxes, the hand appears, as if there's something there to pick up. There isn't. There's just a script box. Is there a way to get rid of this? Or am I stuck with it? RE: Hand Appearing in Script Boxes - daortir - 02-14-2014 You probably wrote something in the PlayerInteractCallback "box" inside the "Area" tab of your script area. You want to live this empty, otherwise the game will consider that he must show you the interaction hand so that you are able to interact with the area. Not sure if you get me x). RE: Hand Appearing in Script Boxes - MsHannerBananer - 02-14-2014 (02-14-2014, 12:19 AM)daortir Wrote: You probably wrote something in the PlayerInteractCallback "box" inside the "Area" tab of your script area. Oh my god. That was such an easy fix I feel so freaking stupid! Thank you so much. I never even thought to check the interact callback. RE: Hand Appearing in Script Boxes - Solved - daortir - 02-14-2014 With pleasure, sir ^^/ ! |