Modme Forums

Turs power on at the start of the map wunderfizz included

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


ModmeBot:

Thread By: huevosduros
This script is made for me based on script gived in zgc discord for Icegrenade and helped for Harry Bo21, this turns power on at the start of the map wunderfizz included for Harry Bo21 perks.
xxxx.Gsc of your map:
This inside main function:

level thread power_on();


This function at bottom of xxxx.Gsc:

function power_on()//No power switch
{
wait( 13 );
level flag::set( "power_on" );
}

If u credit anyone, Icegrenade or HarryBo21 for script and using him perks.