- Joined
- Jun 12, 2007
- Messages
- 1,261
Now I'm sure everybody knows what terrain fog is, how you can put it in a map, and how you can edit the terrain fog using a trigger ingame.
My question however is: Is it possible to have different terrain fogs in a game for each player.
So basicly, player red enters region: Red Fog. Now a trigger will change the terrain fog for only player red to red. The fog for player blue etc will stay for example blue.
Can this be done?
I know there is something like this:
If possible can somebody make me a sample trigger how to do that?
(Oh btw no jass, I hate/can't working/work with Jass.)
My question however is: Is it possible to have different terrain fogs in a game for each player.
So basicly, player red enters region: Red Fog. Now a trigger will change the terrain fog for only player red to red. The fog for player blue etc will stay for example blue.
Can this be done?
I know there is something like this:
- Custom script: if ( GetLocalPlayer() == Player(0) ) then
- Custom script: endif
If possible can somebody make me a sample trigger how to do that?
(Oh btw no jass, I hate/can't working/work with Jass.)