Search found 1 match

by pyotr
Thu Sep 01, 2016 8:49 pm
Forum: Wishlist
Topic: Auto change of leader's names
Replies: 2
Views: 4292

Auto change of leader's names

How about something like this:

if year >= 1870 then leaders = "Wilhelm III"
if year >= 1933 then leaders = "A. Hitler"
if year >= 2005 then leaders = "A. Merkel"
etc...?