Frictional Games Forum (read-only)
[SCRIPT] remove - 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: [SCRIPT] remove (/thread-50579.html)



remove - kalama - 06-29-2016

how to remove playerinteractcallback?


RE: remove - Daemian - 06-30-2016

That function accepts a boolean parameter that if set true it removes itself after use.
If it doesn't work, set the callback again and change the function parameter to "".
PHP Code:
SetEntityPlayerInteractCallbackentity""true ); 



RE: remove - kalama - 06-30-2016

ok. thank you