DrOctoganapus8
Junior Member
Posts: 12
Threads: 4
Joined: Feb 2012
Reputation:
0
|
FadeSephiaColorTo Help
I have a current script in my intro to my mod where this is executed,
FadeImageTrailTo(2,1);
FadeSepiaColorTo(1,1);
I tried setting them back to zero later in the script but that did not work.
How can I change it back to defaults? Like normal color, and no image trail?
Nevermind I fixed it, thanks anyway!
(This post was last modified: 03-16-2012, 12:05 AM by DrOctoganapus8.)
|
|
03-16-2012, 12:00 AM |
|
Linus Ågren
Senior Member
Posts: 309
Threads: 58
Joined: Jan 2011
Reputation:
5
|
RE: FadeSephiaColorTo Help
FadeSepiaColorTo(0.0f, 1);
FadeImageTrailTo(0.0f, 1); //Change 1 to how long you want the fade to take.
Creator of The Dark Treasure.
|
|
03-16-2012, 08:27 AM |
|