MOD: could you fix my typo "doent" to "dont". Thanks.
I have seen a lot of games that use dynamic lights that look "dull".
For an example, you may have noticed that if you place a dynamic light and a static light down, and test the game, you will notice that the dynamic light seems less bright compared to the static one.
To "fix" this, simply add something like this to the light's script:
"lightintensity=500" (This is an "action")
Here is an example:
Quote: ";Artificial Intelligence Script
;Header
desc = Light Toggle (On By Default)
;Triggers
:state=0:lightintensity=500,state=1
:state=1,activated=0:state=2,lighton
:state=2,activated=1:state=1,lightoff
;End of Script"
Many senior Fpsc users know this, but there are a lot of people who dont.
So now you do.