Scripting - 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: Scripting (/thread-19280.html) |
Scripting - Balpert Spijsbat - 11-19-2012 Hi, I'm scripting my own custom story but I got a problem : Is there a way to activate something (an area), while picking up an object (a key) in another map? And if there is, I would like to now how. Thanks for helping RE: Scripting - Your Computer - 11-19-2012 You would need to make use of global map variables and check against them in OnEnter. RE: Scripting - Balpert Spijsbat - 11-20-2012 (11-19-2012, 06:28 PM)Your Computer Wrote: You would need to make use of global map variables and check against them in OnEnter.Thank you very much! |