Hi everyone,
I used to be pretty decent at this UMS thing but this is my first time back since 2004 so I am extremely rusty. How do I set it so dead players will have vision of all remaining players? Thank you.
None.
Add a trigger like this, adjust the command condition's 'unit' as necessary for your map.
All Players
Current Player commands exactly 0 [any unit].
Execute AI script 'Turn ON Shared Vision of Player 1 with current player'.
Execute AI script 'Turn ON Shared Vision of Player 2 with current player'.
Execute AI script 'Turn ON Shared Vision of Player 3 with current player'.
Execute AI script 'Turn ON Shared Vision of Player 4 with current player'.
Execute AI script 'Turn ON Shared Vision of Player 5 with current player'.
Execute AI script 'Turn ON Shared Vision of Player 6 with current player'.
Execute AI script 'Turn ON Shared Vision of Player 7 with current player'.
Execute AI script 'Turn ON Shared Vision of Player 8 with current player'.
Preserve trigger.
TheNitesWhoSay - Clan Aura -
githubReached the top of StarCraft theory crafting 2:12 AM CST, August 2nd, 2014.
Thank you so much for the help jjf!
None.