|
我照著教學的指示去作,一開始玩家1跟2,各產生5隻zealot ,並朝對方目標區攻擊,但是5隻zealot只有一隻會走過去攻擊,其它都站原地不動
是因為用了Last created units(最後創造單位)的關系嗎?那如果要讓5隻同時走過去攻擊,要怎麼做呢?
教學流程如下:
c) 在地圖開始及以後每10 秒就在指定的地方刷兵, 並指示它們攻擊目的地.
Game - Map initialization (地圖開始) |
Timer - Every 10.0 seconds of Game Time (每10 秒) |
Unit - Create 5 Zealot for player 1 at Point 001 using default facing(No Options) (給玩家1 刷5 個 zealot 放在 point 001) |
Unit - Order all units in (Last created units) to ( Attack targeting(Position of Gateway [22.50, 32.50])) (Replace Existing Orders) (命令剛才刷的zealot 向玩家 2 的 gateway 的位置攻擊.) |
Unit - Create 5 Zealot for player 2 at Point 002 using default facing (No Options) |
Unit - Order all units in (Last created units) to ( Attack targeting(Position of Gateway [40.50, 32.50])) (Replace Existing Orders) |
|
|