Posted by member 124072 on 2004-04-07 12:16:30
If I want to make a theme that has a bar on the bottom and a config for lets say 800x600 and 1024X768, can I make an IF THEN that says this?
IF $resolutionX$ = 1024 THEN
Include exampleconfig.rc
ELSEIF $resolutionX$ = 800 THEN
Include exampleconfig2.rc
IF $resolutionX$ = 1024 THEN
Include exampleconfig.rc
ELSEIF $resolutionX$ = 800 THEN
Include exampleconfig2.rc