Frictional Games Forum (read-only)
Is there any way to make a entity spawn relevant to where you are? - 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: Is there any way to make a entity spawn relevant to where you are? (/thread-10846.html)



Is there any way to make a entity spawn relevant to where you are? - flamez3 - 10-19-2011

Is there any way to make a entity spawn relevant to where you are? Such as behind you not matter where you are
?


RE: Is there any way to make a entity spawn relevant to where you are? - palistov - 10-19-2011

It's possible but involves a lot of script areas and some clever scripting.


RE: Is there any way to make a entity spawn relevant to where you are? - flamez3 - 10-19-2011

(10-19-2011, 04:46 AM)palistov Wrote: It's possible but involves a lot of script areas and some clever scripting.
....You know how to do it?....Smile

Actually, do you just spawn a crap load of scriptareas where the player could go, put the entity behind them all, and make an if function so that if 1 area's activated already, you can't make go trhough any more sciptareas?