Game Modding | Call of Duty: Black Ops 3 | Scripting
Magicman:
I would like to make a trigger_hurt to spawn in on a specific round. For example on round 5 if I want to force the players out of a room
Vertasea:
If you are still looking for a way to do that, I just made this small script for you.
Magicman:
If you are still looking for a way to do that, I just made this small script for you.
Much appreciated, worked absolutely perfectly
MyNameIsNobody:
If you would be so kind as to help one more person, how would you implement this but to where it stops damaging the player after x amount of rounds, then starts again at x amount of rounds etc? I need to learn to script but haven't had the time to yet.
Vertasea:
If you would be so kind as to help one more person, how would you implement this but to where it stops damaging the player after x amount of rounds, then starts again at x amount of rounds etc? I need to learn to script but haven't had the time to yet.
You would set it up pretty much the same, but there are many ways to do it for "x" amount of rounds. You can use notifies or waittills. To many ways to do it, but here you can do this and it will damage the player if they are touching the trigger every even round so round 2, 4, 6, 8 ,10, ect...