Script / Sign Areas - 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 / Sign Areas (/thread-10117.html) |
Script / Sign Areas - DRedshot - 09-02-2011 I want to have two areas within each other. Specifically a Sign area within a script area (with an interact callback) However, I cannot read the sign area when it is inside the script area, and I cannot interact with the script area when it is inside the sign area. The only workaround I have found so far is by having the same script area have a lookat callback and an interact callback. It works, but I prefer the text to be non-centered, and larger, and I would prefer it to disappear as soon as I look away, rather than after a set time. Does anyone have any ideas how to get this to work? Cheers! |