Hello, I am having a lot of trouble getting these to work properly. I want to have a single button click bring up a list of abilities for me to try, but it keeps breaking on me. When I use the query method, it breaks and rolls the entire list of abilities I want to query. This would be mo1, the ability search is with the character name is %{Katia|mo1} and works from the chat box, or by itself. All four of my abilities have a similar set up, named mo2, mo3, and mo4 respectively. &{template:default} {{name=Bone Rush}} {{Type = Ground}} {{Rank = @{M1}}} {{Accuracy=[[1d20+@{LVL}]]}} {{Damage=[[2d[[@{M1}*2]]+@{ATK}]]}} {{Five Strike = [[1d8]]}} {{Damaging move, Five-strike Standard Action The user rolls 1d8 when they hit with Bone Rush.}} {{1-2 3-4 5-6 7-8 = - [[1d4]] + 0 + [[1d4]] + [[2d4]]}} {{Max Rank Effect: Once per battle, the user may roll their Five-strike die twice.}} But when placed in a query as below ?{Choose a Move| %{Katia|mo1}| %{Katia|mo2}| %{Katia|mo3}| %{Katia|mo4}} It rolls all four abilities instead and gives me an error for rendering the roll template. I also removed the new lines, but the same thing happened. Next I tried chat menus &{template:default} {{name=Chat Menu }} {{[Bone Rush](%{Katia|mo1})}} All I got was the title portion of the template. Nothing else. I should add, that the attributes these abilities are tethered to work. During the query, all four roll, and they roll correctly. I just do not receive a drop down, and it rolls all four at one button click. Each ability has been thoroughly been tested and work independently just fine. Any help is greatly appreciated.