This statement is equivalent to CREATE LIGHT
The additional AS parameter lets you define the name of the object instead of receiving the default name. Unique names are required if you plan to use multiple instances.
create light as o
o object name
Source create light as "sun" move y "sun" to 100 color "sun" to #FF4 power "sun" to 75
