January 13, 200323 yr Is there a way to make a model only show up in a certain season and not in another? Don't want a sailboat in the winter.http://members.rogers.com/jkanold/jimlogo.gif
January 13, 200323 yr Commercial Member Yep, code is similar to the code for only displaying at night time (I think you have that code?). Only you must use 06F8h instead of 028Ch, as that is the variable for the season.So to display the sailboat not in the winter the code would be: IFIN1 nodisplay, 06F8h, 1, 3;; actual code of object;nodisplay label word Another option is to put it in the calling macro (if you use API's). Then you can put the following line just after the Area command: IfVarRange( : 6F8 1 3 ) ArnoMember Netherlands 2000 Scenery Team[a href=http://home.wanadoo.nl/arno.gerretsen]http://home.wanadoo.nl/arno.gerretsen/banner.jpg[/a] Arno If the world should blow itself up, the last audible voice would be that of an expert saying it can't be done. FSDeveloper.com | Former Microsoft FS MVP | Blog
January 13, 200323 yr Author Once again Arno, thank you.http://members.rogers.com/jkanold/jimlogo.gif
Create an account or sign in to comment