-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Before I forget about this:
RBY era has always given two messages now -- one of them tells you the name of the map pool and the map set which are stored in variables, and one of them issues a warning to only play on RBY sets, because it causes OOS otherwise.
A few commits ago I made it so that it only gives the warning if it sees that the RBY Message variables are not set. So you don't get a warning if you played on an RBY set, only if you didn't.
Maybe a better behavior if you didn't choose an RBY set is instead of giving a warning, just immediately end level and restart the same level; if the prestart "redistribute factions" event happens and you set the message variables, this should be basically the same as if you did pick an RBY set. This way I think you would be able to use the RBY era without using one of the sets. Not completely sure about the details though. Main issue is if you can actually get the name of the current scenario in wml somehow.