Attack

Tobi_e

New member
hi i'm in the process of making a zombie game. How can I set the zombie to hit me when he's near like in the melee room with agent nolan? when i add the melee agent script nothing happens.
 
The character controller doesn't include any AI. You can either script your own AI or use Behavior Designer. This page has more info:

 
The character controller doesn't include any AI. You can either script your own AI or use Behavior Designer. This page has more info:
Okay how is Nolan working cause of im Close to hin He is attacking me automaticly thats the function i needed
 
The melee agent script is just intended for the demo. It does not work outside the demo as the script deactivates itself upon start, and is only reactivated upon the player entering the demo room. There is also not a lot of logic in the script but it mostly relies on animation clips. So it will not be sufficient for a real game.
 
Top