We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538a0a9 commit 8ffe54bCopy full SHA for 8ffe54b
Earthdawn (FASA Official) character sheet companion/03.330/Earthdawn.js
@@ -1097,6 +1097,7 @@ Earthdawn.constantAlt = function( what ) {
1097
Earthdawn.constantButton = function( what, nestingLevel ) {
1098
'use strict';
1099
try {
1100
+ if( nestingLevel === undefined ) nestingLevel = 1;
1101
let s, r = "&";
1102
switch ( Earthdawn.safeString( what.trim().toLowerCase() )) { // For this upper half, we want to return html codes.
1103
// These will eventually be converted to the real symbols later, but not until after they get past some chat command steps.
0 commit comments