- Messages
- 374
- Country

Hi guys,
I'm tweaking my asm files to make some lights visible during night and since 150m. This is my code:
It works but since 150m to I-don't-know they appears, after this "point" they disappear forever. What's wrong?
thanks!
I'm tweaking my asm files to make some lights visible during night and since 150m. This is my code:
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, 033Bh, 0, 150
ADDOBJ OBJECT_0_SCALE
SHADOW_CALL OBJECT_0_SCALE
OBJECT_0_FAIL label BGLCODE
BGL_JUMP_32 OBJECT_0_END
OBJECT_0_SCALE label BGLCODE
thanks!
