TheEternalCitizens / mudlet-integration

A mudlet integration for The Eternal City
GNU General Public License v2.0
3 stars 0 forks source link

Automations Bugfix Winter 2022 #160

Closed davewiththenicehat closed 2 years ago

davewiththenicehat commented 2 years ago

Minor bugfix: characters completing an interrupt would not automatically resume their last running automation.

Minor bugfix: players running very old accounts that do not have the colored text patterns sent out for all standard room messages could not use the run courses command. This has been fixed.

Bugfix: parthia automation and interrupt creation commands would not accept | in the input. Preventing the player from creating 'or' logic in their automations.

Improvement: Made the choice to have the stop command stop all automation types that are currently running.

Improvement: Dramatically shortened the help message that appears when a player clicks the 'create an automatio' and 'create an interrupt' windows. Previous to this there was too much text, so it was not being read.

davewiththenicehat commented 2 years ago

Minor bugfix: characters completing an interrupt would not automatically resume their last running automation.

Minor bugfix: players running very old accounts that do not have the colored text patterns sent out for all standard room messages could not use the run courses command. This has been fixed.

Bugfix: parthia automation and interrupt creation commands would not accept | in the input. Preventing the player from creating 'or' logic in their automations.

Improvement: Made the choice to have the stop command stop all automation types that are currently running.

Improvement: Dramatically shortened the help message that appears when a player clicks the 'create an automatio' and 'create an interrupt' windows. Previous to this there was too much text, so it was not being read.