Frictional Games Forum (read-only)

Full Version: Making the grunt run at the player as he spawned
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
*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?
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.
(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?
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.