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

Pages: 1 2


RE: Stupid monster... - christopher231 - 07-19-2011

ok so what do i put in the "do cool stuff here" because i am still a big noob at scripting Sad i need some one to do a step by step or something like that Sad I wish there was more vids for this stuff that i want to do but i cant find any.



RE: Stupid monster... - MrCookieh - 07-19-2011

if your monster is already placed, then replace palistov's
//do cool stuff here
with
SetEntityActive("yourmonstername", true);

this sets your monster to active, and its AI is now functional.