Code: Select all
game.print(string, {no_sound=true})
Code: Select all
game.quiet_print (string, color)
Code: Select all
game.print(string, {no_sound=true})
Code: Select all
game.quiet_print (string, color)
Thanks! Also custom sound?boskid wrote: Mon Oct 09, 2023 11:28 am Implemented for 1.1.93: print's second parameter will accept a PrintSettings where { sound = defines.print_sound.never } can be given.
Implemented in 1.1.95 (PrintSettings::sound_path)