A relic of the past. This is a full archive of the Modme Forums. ❤️
Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: CalvinLarsonI am making a map that is supposed to be difficult, I want to increase the zombies health overall, how would I go about doing that.
Reply By: ByKris function lots_o_points( points ) { level flag::wait_till( "all_players_connected" ); players = getplayers(); for( i=0;i<players.size;i++ )="" {="" players[i].score="points;" }="" zombie_utility::set_zombie_var(="" "zombie_health_start",="" 150,="" false);=""></players.size;i++> level thread lots_o_points( 500 );
function lots_o_points( points ) { level flag::wait_till( "all_players_connected" ); players = getplayers(); for( i=0;i<players.size;i++ )="" {="" players[i].score="points;" }="" zombie_utility::set_zombie_var(="" "zombie_health_start",="" 150,="" false);=""></players.size;i++>
level thread lots_o_points( 500 );