• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

Terrain Fog Question

Status
Not open for further replies.
Level 17
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:
  • Custom script: if ( GetLocalPlayer() == Player(0) ) then
  • Custom script: endif
But I have no clue how to use this.. xD
If possible can somebody make me a sample trigger how to do that? :p

(Oh btw no jass, I hate/can't working/work with Jass.)
 
Status
Not open for further replies.
Top