General - For each integer temp int from 1 to 10 with increment 1, do (Actions)
Actions
General - If (Conditions) then do (Actions) else do (Actions)
If
(Owner of (Picked unit)) == temp int
Then
Unit - Order (Picked unit) to ( Move targeting Point[temp int]) (Replace Existing Orders)
Else
Else
如果是我的話會這樣做。先把各個點儲成變數之後再慢慢置 這樣弄的話可以省去很多時間不如慢慢if-then-else。 picked unit自己改成適用的,我剛剛設成每5秒把region裡的單位pick一次所以才用picked unit