Frictional Games Forum (read-only)

Full Version: Scripting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I'm scripting my own custom story but I got a problem Sad :

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 Smile
You would need to make use of global map variables and check against them in OnEnter.
(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!