mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
More work on miss on purpose
This commit is contained in:
@@ -269,6 +269,14 @@ function Olympus.buildTask(groupName, options)
|
||||
point = {x = point.x, y = point.z},
|
||||
}
|
||||
}
|
||||
-- Attack unit
|
||||
elseif options['id'] == 'AttackUnit' and options['unitID'] then
|
||||
task = {
|
||||
id = 'AttackUnit',
|
||||
params = {
|
||||
unitId = options['unitID'],
|
||||
}
|
||||
}
|
||||
end
|
||||
end
|
||||
return task
|
||||
|
||||
Reference in New Issue
Block a user