[<!--
    -->**Action Results : $[[0]]**<!--
-->](#" style="<!--
    -->font-size: 16px; <!--
    -->font-family: gulim <!--
    -->!important; background: white; <!--
    -->text-align: center; <!--
    -->display: block; <!--
    -->padding: 10px 15px; <!--
    -->padding-bottom: 0; <!--
    -->font-style: normal; <!--
    -->!important; font-weight: normal; <!--
    -->!important; margin-left: -4px; <!--
    -->text-decoration: none; <!--
    -->border: 1px darkgrey; <!--
    -->box-shadow: -4px 4px 0 lightgrey; <!--
    -->letter-spacing: -1px; <!--
    -->border-top: none; <!--
    -->border-bottom: none; <!--
    --> absolute; <!--
-->) <!--
-->[[[ [[ <!--
        -->2d6 <!--
        -->+ ?{Action Results|<!--
            -->Action1, @{Attributes1} / 3|
            Action2, @{Attributes2}|
            Action3, @{Attributes3}
        } <!--
-->]] ]]] <!--
-->[blank](#" style="<!--
    -->font-size: 16px; <!--
    -->font-family: gulim <!--
    -->!important; background: white; <!--
    -->text-align: center; <!--
    -->display: inline-block; <!--
    -->padding: 10px 15px; <!--
    -->padding-bottom: 0; <!--
    -->font-style: normal; <!--
    -->!important; font-weight: normal; <!--
    -->!important; margin-left: -4px; <!--
    -->text-decoration: none; <!--
    -->border: 1px darkgrey; <!--
    -->box-shadow: -4px 4px 0 lightgrey; <!--
    -->letter-spacing: -1px; <!--
    -->border-top: none; <!--
    -->border-bottom: none; <!--
    -->visibility: none; <!--
-->)



정답까지는 아니고, 나라면 이렇게 하겠다.... 같은 방법임.


1. 말한 것처럼 inline roll을 뒤로 미뤄버린 다음, $[[0]] 형태로 indexing 해서 불러오기.


2. 출력하고자 하는 칸의 position을 absolute로 만들어서 쓸모없이 남은 inline roll 가리기


3. 출력하고자 하는 CSS를 그대로 복사하되, display가 inline-block이고 visibility가 none인 빈칸을 만들어서

원래 칸만큼 자리를 차지하게 만들기.



해놓고 보니까 z-index 건드려도 될 거 같기는 한데, 

내 기억에는 그게 뭔가 Roll20에서 만지기 겁나 귀찮았지 싶은데... 한 번 해보고 다시 글 써볼게.



내가 이렇게 해 보니까 inline roll 찌끄레기가 바닥에 조금 남더라고?
그래서 아래 놈들도 위쪽으로 음수 마진 하고 모양새를 좀 다 뜯어고치긴 해야 할 거 같다;;

아니면 이 칸 자체를 조금 아래로 늘리는 것도 답니다.