Regalis11 / scpcb

SCP - Containment Breach
354 stars 101 forks source link

Tiny fix for "console commands" #244

Closed ZiYueCommentary closed 11 months ago

ZiYueCommentary commented 1 year ago

Console has some messages by default, but the first line is "ignored".

In order to it can be shown in console, I add an empty line in the beginning.

Regalis11 commented 1 year ago

Thank you for the PR!

but the first line is "ignored".

Could you elaborate on this? I can't think of a reason why the first message should be ignored. That sounds like a bug that should be addressed, instead of implementing a workaround like this.

Realswitzer commented 1 year ago

Few months late, but "ignored" likely refers to the "Console Commands: " line not showing up in the console.

https://github.com/Regalis11/scpcb/assets/39711351/dd7e4a45-7367-45de-aed1-f51ed509684c

Video is a bit crude, but going all the way to the top starts with the line " - teleport [room name]", seeming to skip over the "Console Commands: " line. Unfortunately, I don't know how to fix it since I don't understand BlitzBasic.