Frictional Games Forum (read-only)

Full Version: PlayerLookAtCallbackAutoRemove
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Everytime i make an area, HPL automaticly checks PlayerLookAtCallbackAutoRemove.


Is that a default? Because it really annoys me..
(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.
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
(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.
Yea i might go with that one...
I would always recommend scripting it yourself and not using the level editor to provide for any kind of callback.
(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...
(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.