- Messages
- 374
- Country

Hi guys,
I'm refine the lights of my secondary runway. I tweaked them to show up at dusk/down AND when NAV1 is on 112.20.This is the code I've used:
But the lights turn on just on dusk/dawn and not when I set the NAV1. Maybe can I use just one condition?
thanks!
PS: I've manually hacked the asm files. With CAT I got the same code.
I'm refine the lights of my secondary runway. I tweaked them to show up at dusk/down AND when NAV1 is on 112.20.This is the code I've used:
Code:
OBJECT_0_START label word
IFIN1 OBJECT_0_FAIL, image_complex, 2, 32767
IFIN1 OBJECT_0_FAIL, tod, 2, 4
IFIN1 OBJECT_0_FAIL, 07C0h, 1220h, 1220h
label_01 label word
ADDOBJ OBJECT_0_SCALE
SHADOW_CALL OBJECT_0_SCALE
OBJECT_0_FAIL label BGLCODE
thanks!
PS: I've manually hacked the asm files. With CAT I got the same code.
Last edited:
