First edition Dnd Ranger has an outdoor tracking ability that has a 90% base chance to succeed, and several factors that will lower that target number. number of days old the tracks are -10% for each day Each hour of rainfall is -25% and for each person being tracked over 1 is +2% so to set this up i tried this and another and im failing somewhat miserably. &{template:general}{{name=Nyloch Mal'Dynn}}{{subtag=Outdoor Tracking}}{{90% Base Chance= [[1d100 <=?{variable target number|90}]]}} This one is not as refined and does not ask for each query separately instead you enter the modified base chance after its been calculated. It does not seem to show if you actually succeeded.The Second was more like this &{template:general}{{name=Nyloch Mal'Dynn}}{{subtag=Outdoor
Tracking}}{{90% Base Chance= [[1d100 <={90+{?{Number of Days Passed|0}*-10}+{?{Hours of Rainfall|0}*-25}+{?{Number in party over 1|0}*2}]]}} The second method is preferred if it can or will work , as it will ask for each modifier separately and is default to a zero mod. Any way i seem to be over my head on this one. Thank you for your time