
I have a macro that prompts for the number of times to roll on a table. !note-text {{
***********************************************************************************
Type=?{Type of Location|Residential,Residential|Commerical,Commerical|Industrial,Industrial|Medical,Medical|Agricultural,Agricultural|Military, Military}
Ammunition=[[?{How Many Ammo|1}t[Random-Ammunition]]]
Armor=[[?{How Many Armor|1}t[Random-Armor]]]
Location= [[1t[Hit-Locations]]]
Beverages=[[?{How Many Beverages|1}t[Random-Beverages]]]
Chems=[[?{How Many Chems|1}t[Random-Chems]]]
Clothing=[[?{How Many Clothing|1}t[Random-Clothing]]]
Food=[[?{How Many Food|1}t[Random-Food]]]
Publications=[[?{How Many Publications|1}t[Random-Publication]]]
Weapons=[[?{How Many Weapons|1}t[Random-Weapons]]]
Encounter=[[1t[Room-Encounters]]]
}}
I want to replace the How Many prompts with a static 1d4-1. Something like: Ammunition=[[1d4-1t[Random-Ammunition]]])
How do I go about this?