Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

macro for rolling random initiative with fallout

1704032398
Nylo
Pro
Marketplace Creator
Do anyone have a macro for rolling random initiative with fallout combat dice , or select a token , call the combat dice query and adding it to the initiative order
1704032989
Gauss
Forum Champion
Hi kim j. The blue Canary,  I don't know the game system but I might be able to help come up with a macro. Which character sheet are you using? If you don't know the name please supply a screenshot. 
1704038194
Nylo
Pro
Marketplace Creator
fallout official
1704038968
Gauss
Forum Champion
kim j. The blue Canary said: fallout official There is no Fallout character sheet by that name. Could you supply a screenshot? 
1704042564
Nylo
Pro
Marketplace Creator
its called fallout by roll20
1704050473
Gauss
Forum Champion
Alright, I've familiarized myself with the sheet.  What would you like the macro to do? Please be specific.  Example:  Rolls a dice (specify dice) and then adds a modifier (specify modifier), then sends that to the turn order.
1704059743
Nylo
Pro
Marketplace Creator
come with a query of how many combat dice to roll (special dice) add seleccted token to turntracker with the result
1704059841
Nylo
Pro
Marketplace Creator
or by pressing it roll a number of combat dice equal to the initiative and add selected token to turn tracker with the result
1704066306

Edited 1704066363
Gauss
Forum Champion
Here is the basic setup:  /r @{selected|pc_initiative} &{tracker} I don't know the size of your combat dice, but you can add that after the attribute.  Like this:  /r @{selected|pc_initiative}d6 &{tracker} Alternately, you can use a query like this:  /r ?{Number of combat dice?}d6 &{tracker} Note: replace the dice size with whatever the game system uses.  If you provide more information I can refine it further. 
1704072591
Nylo
Pro
Marketplace Creator
1704072629
Nylo
Pro
Marketplace Creator
that is exactly my problem fallout use special d6 dice
1704072687
Nylo
Pro
Marketplace Creator
so it needs to call the combat dice table and then add it to the turn tracker
1704072785
Nylo
Pro
Marketplace Creator
&{template:fallout_damage} {{weaponName=Quick Roll}} {{showDice=1}} {{playerName=Ugu Nah}} {{lastRoll=lastRoll}} {{num_rolls=2}} {{damage=[[1]]}}  {{roll1=[[1d6cs7]]}} {{roll2=[[1d6cs7]]}}
1704078869
Nylo
Pro
Marketplace Creator
figured it out now used some of your macro so thnsk a lot