======Display Image====== ---- (WIP) Displays an [[image]] to the player for the specified amount of time. If the duration is not provided or is zero, the player must interact to proceed. ====Signature:==== display_image(image_name, duration, background_color, stretch_mode) ^Argument^Description^Type^Required^ |image_name| |[[String]]|Yes| |duration| |[[Number]]|No| |background_color| |[[Color]]|No| |stretch_mode| |[[Stretch Mode]]|No| ====Example:==== //Results:// Use the **Display Image** function to... ---- ====Editor Node:==== {{:display_image_node.png?nolink|}} ~~NOTOC~~