So this is what I had to do, I had to 'run' 2 times with a "Wait 1 minutes" in between, for it to work, it was intermittent otherwise.
 
	 
 
	If 
 
	       Time is Sunset  -  1 hour  and 15 minutes
 
	Then
 
	        Set 'BEDRM LAMP' 20%
 
	        Run Program 'Set_BDRM_BACK12' (If)
 
	        Wait  1 minutes 
 
	        Run Program 'Set_BDRM_BACK12' (If)
 
	        Wait  30 minutes 
 
	        Set 'BDRM.Back Porch Light' On
 
	 
 
	Thanks!