Quote Originally Posted by Malackai View Post
Got a house in lavender they will fit brilliantly there.
Thinking of using the yellow/green ones for spring-summer and the orange one for Autumn now we also need a leafless snow covered one for winter :3 Or pines!
Even better - link them with the true seasons. I'm sure it's quite trivial to have the system run code something like this:

IF datemonth=nov,dec,jan,feb THEN tree=bare
IF datemonth=mar,apr,may THEN tree=blossom
IF datemonth=jun,jul,aug THEN tree=leaves
IF datemonth=sep,oct THEN tree=fallfruit

Obviously it's not that Basic (LOL) but it should be doable. After all, it would be just replacing one model with another on a certain date & we know they do this already for events.