Now I'm trying to make a grass that when is away from a camera disapear. And I'm using ghost and fade command but....
when I make it like this:
ghost object on grass#,0
set object ambient grass#,1
set object light grass#,1
fade object grass#,100
set ambient light value `the value is changing between 0 and 100
everything works great, but:
-every grass fade is changing at the same time
-other objects with set object ambient seted to 1 fade changes
when I make it like this:
ghost object on grass#,0
set object ambient grass#,1
set object light grass#,1
fade object grass#,`the value is changing between 0 and 200
set ambient light value `the value is changing between 0 and 100
Only the one side of grass is fading, and it's becouse of light, but when I set object light to 0 the fade don't work

. All I want to do is to slowly dissapear single grass objects. Help me, pls