My Sunday night D&D 4e campaign is starting to get interesting; half the party has picked up dragon mounts, and the rest are likely not far behind. (Step 1: Encounter dragon. Step 2: Smack the dragon around. Step 3: Start throwing skill rolls at the dragon. Step 4: Purchase new saddle.) Now that we're playing with mounted aerial combat, we're working hard to remember how high everyone is!  I tossed this script together after our most recent game so that the players can employ it the next time they're flying around. Now I share it with you!  The script is fairly simple. It adds one new API command (!fly), which takes one optional argument. If the  height  is more than 0,  all  selected tokens are given the "fluffy-wing" statusmarker with the  height  argument as a badge on the wing. If the  height  is 0 or less, or is omitted, the wing marker is removed. If there are no selected tokens, the command does nothing.    Note:  statusmarkers don't like numbers larger than 9 displayed as badges. If  height  is higher than 9, the wing will be displayed, but, there will be no badge.    <a href="https://gist.github.com/Lithl/6668700" rel="nofollow">https://gist.github.com/Lithl/6668700</a>   
