Skip to content

Commit

Permalink
[v.0.0.4] Auto configure new line for example
Browse files Browse the repository at this point in the history
  • Loading branch information
nattadasu committed Jun 5, 2022
1 parent a757196 commit b18d358
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions script.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1775,12 +1775,7 @@ $($Staff1_nickname): $( if ($Edition_staffCount -ge 2) { "`n$($Staff2_nickname):
$($Staff1_nickname): $( if ($Edition_staffCount -ge 2) { "`n$($Staff2_nickname): " } else {""} ) $( if ($Edition_staffCount -ge 3) { "`n$($Staff3_nickname): " } else {""} )$( if ($Edition_staffCount -ge 4) { "`n$($Staff4_nickname): " } else {""} )$( if ($Edition_staffCount -ge 5) { "`n$($Staff5_nickname): " } else {""} )
——
[b]Comments:[/b]
[b]Edition Suggestion:[/b]
[b]Edition Suggestion:[/b] $( if ( $Edition_staffCount -eq 5) { "`n" } else {""} ) $( if ( $Edition_staffCount -eq 4) { "`n`n" } else {""} ) $( if ( $Edition_staffCount -eq 3) { "`n`n`n" } else {""} ) $( if ( $Edition_staffCount -eq 2) { "`n`n`n`n" } else {""} ) $( if ( $Edition_staffCount -eq 1) { "`n`n`n`n`n" } else {""} )
[/size][size=80][right][color=#1d439b]Report[/color] - [color=#1d439b]Quote[/color][/right][/size]
[/color][/quote]
 [size=230]💳 [b]Cards[/b][/size]
Expand Down

0 comments on commit b18d358

Please sign in to comment.