- Joined
- Aug 7, 2013
- Messages
- 1,338
Hi,
What is the native to reveal a rect/region to the player, e.g. they have vision of that rect/region.
I tried using this call
But all it did was keep the fog, except reveal that there were buildings under it.
What is the native to reveal a rect/region to the player, e.g. they have vision of that rect/region.
I tried using this call
JASS:
call SetFogStateRect(owner, FOG_OF_WAR_VISIBLE, townArea, true)
But all it did was keep the fog, except reveal that there were buildings under it.