Hi,
I searched the forums without anything that solves my problem

Hope someone can help me with it.
I got an Action on my terrain model.
with in the code: Check_Weather(); (nothing more)
And in that function is the code:
if (Weather==Snow)
{
my.skin=2;
}
else
{
my.skin=1;
}
but this doesn't seems to work :S
it looks like they blend over eachother (the 2 maps)
Both mappings are the same size and are on skin 1"Normal" & skin 2"Snowy" in MED.
How can i do this correctly ?
Thnx for the help allready.
Greeting's