Left4Bots icon indicating copy to clipboard operation
Left4Bots copied to clipboard

Wait / warp by specified survivors.

Open EatenCheetos opened this issue 6 months ago • 2 comments

This change allows bots to be commanded to wait / warp by specific survivors. E.g., "Francis wait Louis" will make Francis wait by Louis.

EatenCheetos avatar May 09 '25 20:05 EatenCheetos

missed "{}", and you don't have to declare variable in advance, because it will only be used once.

else
{
	local waitSurv = GetSurvivorByName(param);
	if (waitSurv)
	{
		......
	}
}

4512369781 avatar May 11 '25 14:05 4512369781

Sorry guys, i'm very busy right now, i'll check these PRs when i can.

@4512369781 can you make a PR with the changes you sent me?

smilz0 avatar May 19 '25 11:05 smilz0