[SCRIPT] Area let the touch symbol appear [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: [SCRIPT] Area let the touch symbol appear [Solved] (/thread-25139.html) |
Area let the touch symbol appear [Solved] - ShipinShen - 04-22-2014 I have an area, which let the thouch symbol appears.. Here are the screenshots And the script to it (script is working fine) Quote://Door-SlamIs this a bug or a mistake in the settings, thanks for help RE: Area let the touch symbol appear - Mudbill - 04-22-2014 What is the problem here? RE: Area let the touch symbol appear - ShipinShen - 04-22-2014 (04-22-2014, 09:57 PM)Mudbill Wrote: What is the problem here? The touch symbol appears when i'm looking towards the area RE: Area let the touch symbol appear - Acies - 04-22-2014 Usually happens when the 'item interaction' box is ticked on your 'area' tab. Doesn't seem to be in this case.. so, wild guess: check if you have a map_cache and delete it. RE: Area let the touch symbol appear - MsHannerBananer - 04-22-2014 You have the script box labelled "Door" in the PlayerInteractCallback in the level editor. Delete the word "Door". The problem is because the script box has been given an interact function, "Door", and is looking for a function to call. The hand appears because of this. Should you interact with it, it would call the "Door" function, but since there is no "Door" function, it has nothing to call. RE: Area let the touch symbol appear - ShipinShen - 04-23-2014 (04-22-2014, 11:46 PM)HannahDJA Wrote: You have the script box labelled "Door" in the PlayerInteractCallback in the level editor. Delete the word "Door". Worked fine! Thanks! (04-22-2014, 10:42 PM)Acies Wrote: Usually happens when the 'item interaction' box is ticked on your 'area' tab. Doesn't seem to be in this case.. so, wild guess: check if you have a map_cache and delete it. Doesnt worked the solution has HannahDJA RE: Area let the touch symbol appear - DnALANGE - 04-23-2014 Please add Solved on threads that are SOLVED please! So add or example this : [SCRIPT] Area let the touch symbol appear = SOLVED - Why? Because when it is solved people like me can help others, so we dont spend useless time like i did just now on posts\threads withc are... solved. RE: Area let the touch symbol appear - ShipinShen - 04-23-2014 (04-23-2014, 12:56 AM)DnALANGE Wrote: Please add Solved on threads that are SOLVED please! For sure, i make that with all my threads, but i forget this one, because i was in hurry :p |