======Enable Screen Effect====== ---- Enables either the VHS/CRT monitor effect or the retro effect over a duration of time (in seconds). The second parameter should be a [[string]] value of other "vhs" or "retro" (case-sensitive). ====Signature:==== enable_screen_effect(duration, screen_effect_id) ^Argument^Description^Type^Required^ |duration|Duration of time over which the screen effect will be enabled. Defaults to 0 (instant).|[[Number]]|No| |screen_effect_id|ID of the screen effect to enable, either "vhs" or "retro". Defaults to "vhs" if omitted.|[[String]]|No| ====Example:==== enable_screen_effect(2, "retro"); //Results:// The retro screen effect is faded in over a duration of 2 seconds. Use the **Enable Screen Effect** function to... ---- ====Editor Node:==== {{:enable_screen_effect_node.png?nolink|}} ~~NOTOC~~