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");