Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: TCM
I know there used to be a way to change the round through the level.round_number but from what I can see that no longer works, I am just wondering if it is at all possible to change the round through GSC?
ModmeBot:
Reply By: Harry Bo21
TCM
I know there used to be a way to change the round through the level.round_number but from what I can see that no longer works, I am just wondering if it is at all possible to change the round through GSC?
ModmeBot:
Reply By: TCM
Harry Bo21
TCM I know there used to be a way to change the round through the level.round_number but from what I can see that no longer works, I am just wondering if it is at all possible to change the round through GSC? 'I know my stuff about GSC scripting' - TCM 2018 level thread zm_utility::zombie_goto_round( n_round_number );
ModmeBot:
Reply By: TCM
Also the only problem I see with that is when you do lets say pay 1,000 to skip round and they wanna skip 10 rounds level.current_round does not increase even if you +1 it/
ModmeBot:
Reply By: TrueGamerCalls
ModmeBot:
Reply By: Harry Bo21
TCM
Harry Bo21 TCM I know there used to be a way to change the round through the level.round_number but from what I can see that no longer works, I am just wondering if it is at all possible to change the round through GSC? 'I know my stuff about GSC scripting' - TCM 2018 level thread zm_utility::zombie_goto_round( n_round_number ); Regardless of who you are and helping you always are a prick are you not? Calling everyone out when this is a HELPING forum, Whenever helps asked for you have some snarky ass remark.
ModmeBot:
Reply By: Harry Bo21
TrueGamerCalls
level.jump_round = level.round_number; level.jump_round += 10; I didn't test this, so it may not work