Modme Forums
Menu:

How to get brutus death event

Game Modding | Call of Duty: Black Ops 3 | Scripting


bigdog765:

how would I make a script that would print a line of text once you kill a brutus, specifically nsz brutus?


mickey0917:

You could do this by going into the .gsc of NSZ Brutus and finding the line where he dies, and after that add an IPrintLnBold("text here");


bigdog765:

You could do this by going into the .gsc of NSZ Brutus and finding the line where he dies, and after that add an IPrintLnBold("text here");

how would I get the death event in my map gsc file