hey all
so i am trying to add enemies to the scene and well i tried specifically to add the crows and i have no idea how they work can you please explain to me how i get them to work like they do in the demo map
regards
hey all
so i am trying to add enemies to the scene and well i tried specifically to add the crows and i have no idea how they work can you please explain to me how i get them to work like they do in the demo map
regards
The crows behavior work like this: if the player gets close to them for the first time, they’ll just fly along the spline path, then return to their original position.
If the player gets close to them again, they will start attacking the player until the player leaves the room.
The easiest way to add them to your new level is to just copy crows from the demo map and paste it into your new level.
Of course, you can also go and grab the crow BP class directly in your level instead, but the method I mentioned is a bit quicker so you dont need to make splines from scratch🙂 After that, you can modify the splines as needed.
Then make sure to click on the door in your level and assign the crows to it (it uses an array). This way, when the player leaves through the door, the crows will return to their original position.
Check out this video, and if you still run into any issues, feel free to ask, I’ll be happy to help!
