
Hi. I'm trying to set up a macro where I can type the name of the sheet from which a roll is to be made. I'm using the standard GURPS sheet for it, but I don't think it will matter too much. What I currently have is something like this: /w gm &{template:default}{{name=Wound}}{{[Unstun](~target|vsUnstun)[Death](~target|vsDeathCheck)}} Where vsUnstun and vsDeathCheck are standard sheet buttons. The problem is that this doesn't work for mooks because they have no sheets attached to them, so I want to add a pop-up window to check which character sheet this will be checked from. I know that I can simply set a name by using "?{name}". However, I couldn't find a way to make them work well together. I want the macro to ask me the name of the sheet from where it will draw, rather than using target, so if I want to roll Unstun from the "Wolf" sheet, there would be a window to type the name and I would type "Wolf" and it would do the equivalent of %{Wolf|vsUnstun}. I hope I made myself clear. P.S. Bonus if instead of doing buttons, this could be done as a roll query.