Light sun colour

From Unofficial EFPSE wiki Extended
Jump to navigation Jump to search

Changes the [r]ed [g]reen [b]lue [a]lpha of the sun's light of the current map where [r], [g], [b] are values between [0-255] and [a] is [0.0-1.0].


Syntax

light sun [r] [g] [b] [a]

Examples

📜 turnLightGreenTerminal.script

//light sun [r] [g] [b] [a]
text "Setting up sun light to green"

light sun 0 255 0 1
map return



Added

EasyFPSEditor_CE_DEV_2024-05-28_1605 : (1.11 alpha test 1)