Frictional Games Forum (read-only)
PlayerLookAtCallbackAutoRemove - 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: PlayerLookAtCallbackAutoRemove (/thread-17907.html)



PlayerLookAtCallbackAutoRemove - FlawlessHappiness - 08-22-2012

Everytime i make an area, HPL automaticly checks PlayerLookAtCallbackAutoRemove.


Is that a default? Because it really annoys me..


RE: PlayerLookAtCallbackAutoRemove - Robby - 08-22-2012

(08-22-2012, 03:31 PM)beecake Wrote: Everytime i make an area, HPL automaticly checks PlayerLookAtCallbackAutoRemove.


Is that a default? Because it really annoys me..
It maybe is. One click is all it takes to remove that check.


RE: PlayerLookAtCallbackAutoRemove - FlawlessHappiness - 08-22-2012

But a thousand clicks with all the script areas you use... And suddenly you wonder what you did wrong in your script when it isn't working... And then you missed that click... Smile


RE: PlayerLookAtCallbackAutoRemove - Robby - 08-22-2012

(08-22-2012, 04:20 PM)beecake Wrote: But a thousand clicks with all the script areas you use... And suddenly you wonder what you did wrong in your script when it isn't working... And then you missed that click... Smile
You can always select a script zone that has that "AutoRemove" unchecked, and duplicate that script zone. Also not forgetting to give it a new name.

That's what I did.


RE: PlayerLookAtCallbackAutoRemove - FlawlessHappiness - 08-22-2012

Yea i might go with that one...


RE: PlayerLookAtCallbackAutoRemove - Your Computer - 08-22-2012

I would always recommend scripting it yourself and not using the level editor to provide for any kind of callback.


RE: PlayerLookAtCallbackAutoRemove - FlawlessHappiness - 08-23-2012

(08-22-2012, 09:22 PM)Your Computer Wrote: I would always recommend scripting it yourself and not using the level editor to provide for any kind of callback.
Yea yea of course, I'm not using the level editor to do it. The editor does it automaticly, and sometimes you just doesn't notices, and believe that your script was wrong, since the area disappeared...


RE: PlayerLookAtCallbackAutoRemove - Robby - 08-23-2012

(08-23-2012, 06:18 AM)beecake Wrote:
(08-22-2012, 09:22 PM)Your Computer Wrote: I would always recommend scripting it yourself and not using the level editor to provide for any kind of callback.
Yea yea of course, I'm not using the level editor to do it. The editor does it automaticly, and sometimes you just doesn't notices, and believe that your script was wrong, since the area disappeared...
And then you realise how stupid you were, because all the time you kept on looking at the script (thinking it was wrong at some point), when the mistake was right below your nose, and you wouldn't see it.