.rc help

Is there a way to make it that when my djinni spellcasting skills go up in .31, it just says something like “your spellcasting skills go to level #”? It’s annoying to have to press enter 3 times.
Also, can I make it that when all my armor melds, it will give likewise more simplified message?
thank you

1 Thank

Usually people use:

show_more = false

to remove the need to press space for any long messages, and then setup specific ‘force mores’ for specific situations. Like so:

force_more_message += carrying a wand
force_more_message += wells up from
force_more_message += yourself slow down
force_more_message += wielding .* distortion

4 Thanks