
I'm trying to make a macro for all forms of travelling (on foot (stealthily,normal,fast), on horse, on wagon, on ships & airship. for my hexgrid map where every tile is 48miles. i think i got most of it right, but i'm unsure why only "none" and "1 on foot stealthily" shows up in the query, and it not showing any other options. Can someone help identify if i used a wrong code somewhere, because i'm not seeing it. my code is a repeat of the following: None, | 1 on foot stealthily, &{template:default} {{Name=Travelling by Foot(stealthily)}} {{Distance travelled=[[48*1]]miles }}{{used rations=[[round((1*48)/18)]] }} {{Days travelled=[[round((1*48)/18)]] {{Rests needed=[[round((1*48)/18)]] }} {{Event=[[2d100kl1]]}} {{Description= You are travelling stealthily through the lands. You are hiding your trails from being tracked }} | 2 on foot stealthily, &{template:default} {{Name=Travelling by Foot(stealthily)}} {{Distance travelled=[[48*2]]miles }}{{used rations=[[round((2*48)/18)]] }} {{Days travelled=[[round((2*48)/18)]] {{Rests needed=[[round((2*48)/18)]] }} }} {{Event=[[2d100kl1]]}} {{Description= You are travelling stealthily through the lands. You are hiding your trails from being tracked }} | 3 on foot stealthily, &{template:default} {{Name=Travelling by Foot(stealthily)}} {{Distance travelled=[[48*3]]miles }}{{used rations=[[round((3*48)/18)]] }} {{Days travelled=[[round((3*48)/18)]] {{Rests needed=[[round((3*48)/18)]] }} }} {{Event=[[2d100kl1]]}} {{Description= You are travelling stealthily through the lands. You are hiding your trails from being tracked }} | 4 on foot stealthily, &{template:default} {{Name=Travelling by Foot(stealthily)}} {{Distance travelled=[[48*4]]miles }}{{used rations=[[round((4*48)/18)]] }} {{Days travelled=[[round((4*48)/18)]] {{Rests needed=[[round((4*48)/18)]] }} }} {{Event=[[2d100kl1]]}} {{Description= You are travelling stealthily through the lands. You are hiding your trails from being tracked }} | 5 on foot stealthily, &{template:default} {{Name=Travelling by Foot(stealthily)}} {{Distance travelled=[[48*5]]miles }}{{used rations=[[round((5*48)/18)]] }} {{Days travelled=[[round((5*48)/18)]] {{Rests needed=[[round((5*48)/18)]] }} }} {{Event=[[2d100kl1]] [[2d100kl1]]}} {{Description= You are travelling stealthily through the lands. You are hiding your trails from being tracked }} }