Skip to content

[Goonchat] Pause button

Rob Nelson requested to merge pull/13384/chatpause into Bleeding-Edge

Created by: N3X15

Executive Summary

Goonchat can be completely paused by clicking on a pause button, which redirects incoming chat to a background queue. When resumed by clicking the play button, the queue is dumped to the chat window and it resumes. All of this is done in Javascript on the client.

Also adds a highly half-assed debugging flag for running goonchat outside of BYOND.

Screenshot

dreamseeker_2017-01-10_20-08-19 (Button state was reversed in this image.)

Changelog

🆑

  • rscadd: You can now pause goonchat by clicking on a pause button.

Merge request reports