Left4Bots
Left4Bots copied to clipboard
Wait / warp by specified survivors.
This change allows bots to be commanded to wait / warp by specific survivors. E.g., "Francis wait Louis" will make Francis wait by Louis.
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)
{
......
}
}
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?