Men of War: Assault Squad 2

Men of War: Assault Squad 2

#valour (# v a l o u r)
Imperator Nox 2017 年 11 月 18 日 上午 5:39
How to make combat missions where the AI works?
Hey

I was wondering if anyone could help me making new combat missions where the AI works. There are some maps where I want to play with Valour mod so I add the spawn points, but the AI doesn't do anything but sit there. So I was wondering how to get them to move.

If anyone could help, that'd be great. Sorry if it's a stupid question, though
< >
正在显示第 1 - 2 条,共 2 条留言
Normand  [开发者] 2017 年 11 月 18 日 上午 6:04 
Add flags on the map )

'bot.lua' file:

"function CaptureFlag(squad)
local flag = GetFlagToCapture(BotApi.Scene.Flags, GetFlagPriority)
if flag then
BotApi.Commands:CaptureFlag(squad, flag.name)
end
end"
最后由 Normand 编辑于; 2017 年 11 月 18 日 上午 6:05
Imperator Nox 2017 年 11 月 18 日 上午 7:40 
Thanks, that worked!
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50