The trigger would probably be my choppers entering the designated area, but how do I simulate enemy infantry escaping in a certain direction using lua? Thanks!

Moderators: RoryAndersonCDT, michaelm75au, angster, MOD_Command
Code: Select all
local unit = ScenEdit_SetUnit({
side = '', --between quotes type in the side of the unit you want to move
name = '', --between quotes type in the name of the unit you want to move
course = { {latitude=' ', longitude=' '} }, -- for longitude and latitude chose location you want them to move, and type it in.
})
for longitude and latitude chose location you want them to move, and type it in