Frictional Games Forum (read-only)
How do i make Statues despawn? - 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: How do i make Statues despawn? (/thread-15989.html)

Pages: 1 2


RE: How do i make Statues despawn? - FlawlessHappiness - 06-09-2012

(06-09-2012, 09:22 PM)Ermu Wrote:
(06-09-2012, 01:15 PM)beecake Wrote: You don't call that function inside the script.
Do you call it in the level editor?
It's called in the void OnStart.

so (string &in asEntity)


SetEntityPlayerInteractCallback("note1", "Morsot1", true);
Oh yea sorry Wink My bad