SCP-198 is coming?

#1
I found this in the Main.BB

Code: Select all

				
				If MouseSlot = 66 Then
					If SelectedItem\itemtemplate\tempname <> "scp198"
						DropItem(SelectedItem)
						
						SelectedItem = Null
						InvOpen = False
						
						MoveMouse viewport_center_x, viewport_center_y
					Else
						Msg = "You can't get rid of SCP-198"
						MsgTimer = 70*6
					EndIf
				Else
				

Re: SCP-198 is coming?

#4
Yeah, it's just some leftover code we forgot to remove.
Actually, we first thought of the implementation of SCP-198, but then we decided not to implement it as it would be one of these "one-time SCPs" (the player would pick it up only once and then not again, as they then know what this SCP does).
Image

Re: SCP-198 is coming?

#5
PXLSHN wrote:Yeah, it's just some leftover code we forgot to remove.
Actually, we first thought of the implementation of SCP-198, but then we decided not to implement it as it would be one of these "one-time SCPs" (the player would pick it up only once and then not again, as they then know what this SCP does).
By the way, will SCP-500 room have a item in the future? There's nothing in there and it just useless.

Re: SCP-198 is coming?

#6
diszxchat wrote:
PXLSHN wrote:Yeah, it's just some leftover code we forgot to remove.
Actually, we first thought of the implementation of SCP-198, but then we decided not to implement it as it would be one of these "one-time SCPs" (the player would pick it up only once and then not again, as they then know what this SCP does).
By the way, will SCP-500 room have a item in the future? There's nothing in there and it just useless.
as it should be
Image