Getting ult straight after using it workshop code

Not sure if it is that you want but I will try

Code
rule("Start ultimate ..")
{
	event
	{
		Ongoing - Each Player;
		All;
		All;
	}

	actions
	{
		Set Ultimate Charge(Event Player, 100);
		Wait(0.100, Ignore Condition);
		Press Button(Event Player, Ultimate);
	}
}

More info about me and my game mods you can find here.