Hi experts, I am trying to create the following code for magic missile 5Ed: ?{Added slot | 0}d4+3d4+3+...Added slot It should give me a prompt with a numeric value to be chosen, then use this value to be multiplied by 1d4+1 and add this to the root value given by 3d4+3. What is the correct syntax for it? Thanks in advance