-- name = "Icon / private mode sample" -- icon = "house" -- private_mode = true function on_resume() ui:show_text("This script have an icon and supports private mode") end