-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
Would be helpful if Cardmaker supported the creation of custom functions in the defines file
For example I've created some custom icons in the defines
iconProwess1 <spc=2><bgi=@[prowess];-12;0;35;35>1<spc=3>
iconProwess2 <spc=2><bgi=@[prowess];-12;0;35;35>2<spc=3>
Would be helpful if the number between the tags could be passed in so only one icon needs to be added
Then it could simply be called by include @[iconProwess=n] where n is the value that's included in the tag
iconProwess <spc=2><bgi=@[prowess];-12;0;35;35>{1}<spc=3>
Maybe something like this?