Frictional Games Forum (read-only)
Making the grunt run at the player as he spawned - 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: Making the grunt run at the player as he spawned (/thread-10747.html)



Making the grunt run at the player as he spawned - flamez3 - 10-14-2011

*EDIT* I didn't want to make another thread so i edited this one

Is there anyway i can get the grunt to start running at the player as soon as he steps in a areascript?



RE: Making another enemy spawn on another computer - MrBigzy - 10-14-2011

I'm not sure which would take precedence, but it's probably a better idea to rename the .ent file to something else, that way people will always load it. It doesn't have to be the same name as the original.


RE: Making another enemy spawn on another computer - flamez3 - 10-14-2011

(10-14-2011, 10:55 AM)MrBigzy Wrote: I'm not sure which would take precedence, but it's probably a better idea to rename the .ent file to something else, that way people will always load it. It doesn't have to be the same name as the original.
Ahhhhhh, IDK, It doesn't even load for me :S maybe i should just leave it and change it to a normal grunt, is there anyway i can get the grunt to start running at the player as soon as he steps in a areascript?


RE: Making the grunt run at the player as he spawned - Acies - 10-14-2011

Yes. The command:
ShowEnemyPlayerPosition(string& asName);


Does actually cause the monster to run. It doesn't run at full speed from start, but accelerates up to it.