Triggered Scene with Individual light delays

Hello all,

Vera newbe here.
I’ve searched “scene delay” and "delay and have not found what I’m looking for.

I’m using the iRule app on an iPad to control remote mounted AV equipment, and to display my garage doors open/closed status as well as operate them, and the Vera module for lighting control via a VeraLite. I’ve created a few basic scenes that work great. I want to create a Special scene based on a trigger “door contact” that would light up “light 1”, delay 2 seconds, light up “light 2”, delay two seconds, etc. Is this possible to do in the standard user interface or will the scene need to be created using LUUP coding.

Thanks for any and all input.

In the Scene there is a schedule.
The default is the Immediate
Commands in the Immediate Schedule get executed when the scene is stated.
You can create additional schedules … and place commands in the addition schedules.
I.e. a 1 Second Schedule, a 2 Second Schedule, a 3 second Schedule …
No LUUP coding needed.

I’ll give that a try. Thanks