도저히 안 되겠어서 처음으로 레딧에 질문할려 했다가 빠꾸먹었다.


대충 설명하자면 내가 좀 마이너한 awe 기반룰을 요즘 하고 있어서

Attributes&Abilities 에다가 능력치 넣고, 매크로 사용해서 한번에

액션 이름, 결과, 설명까지 한번에 띄우는 매크로 만드는 중이다.


그렇게 해서 1차로 나온 결과가 저건데

'Action Results : [11]' 에 있는 대괄호([])를 없앨 방법을 도저히 모르겠다.

저 부분 명령어를 가져오면


[**Action Results : [[[2d6+?{Action Results|Action1,@{Attributes1}/3|Action2,@{Attributes2}|Action3,@{Attributes3}}]]]93;**](#" 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; )


좀 더 중요한 부분만 골라내면

[**Action Results : [[[2d6+?{Action Results|Action1,@{Attributes1}/3|Action2,@{Attributes2}|Action3,@{Attributes3}}]]]93;**]

이런 느낌임


참고로 중간에 93; 는 앞에 &와 #를 붙여아하는데, 그대로 작성하면 디시에서 ] 로 변환되서 적히더라. 에초에 ] 를 나타내는 코드이기도 함.

그래서 이 뒤로도 93; 로 적겠음


그냥 저대로 해도 괜찮긴 한데, 처음 원했던 그림이 저게 없는 거라서 마지막 미련 가지고 여기 물어본다.


왜 이런 일이 일어나는지 대략적으로 파악은 했음.


[**Action Results: [[2d6]]**] 같은 경우,


[[2d6]] 앞에 [ 이 존재하기 때문에, [[2d6]]이 제대로 인식되지 않는 것 같음

덕분에 ] 같은 것도 찾아서 넣고 그랬음

(여러 번 시도한 추측이므로 정확하지 않음. 정확한 원인을 아는 사람 있으면 알려줘.)


혹시 모르니 참고하라고 여러 번 시도한 결과도 올릴게



▶input

[**결과 값 = [[[2d6+?{Action Results|Action1,@{Attributes1}/3|Action2,@{Attributes2}|Action3,@{Attributes3}}]]]93;**]

▷output

**결과 값 = +**


▶input

결과 값 = [[2d6+?{선택}]]

▷output

결과 값 = 9


▶input

[결과 값 = [[2d6+?{선택}]]]

▷output

[결과 값 = 9


▶input

결과 값 = [[2d6+?{선택}]]]

▷output

결과 값 = 9]


▶input

[결과 값 = [[1+?{선택}]]+4]

▷output

[결과 값 = [[1+2]]+4]


▶input

[결과 값 = [[1+?{선택}]]+4]]

▷output

[결과 값 = 3


+☆지금 상태☆+

▶input

[결과 값 = [[[1+?{선택}]]]93;]

▷output

[결과 값 = [3]]


▶input

[*결과 값 = [[[1+?{선택}]]]93;*]

▷output

[*결과 값 = [3]*]


▶input

*결과 값 = [[[1+?{선택}]]]93;*

▷output

*결과 값 = [3]]*


▶input

*결과 값 = [[1+?{선택}]]* ]

▷output

*결과 값 = 3* ]


+☆나왔으면 하는 output☆+

[결과 값 = 3]



대충 이렇다

부디 css 고수가 나타나서 나 좀 도와줘라...





+ 전체 코드도 올려봄 이해를 위해 한줄씩 띄어놨음


[**《?{Select Action|Action1|Action2|Action3}》**](#" style="font-size: 18px; font-family: Fantasy, gulim !important; color: red; background: white; text-align: center; display: block; padding: 10px 15px; padding-bottom: 0; font-style: normal !important; font-weight: normal !important; border-radius: 20px 20px 0 0; margin-left: -4px; text-decoration: none; border: 1px darkgrey; box-shadow: -4px 4px 0 lightgrey; letter-spacing: 2px; border-bottom: none;)



[**Action Results : [[[2d6+?{Action Results|Action1,@{Attributes1}/3|Action2,@{Attributes2}|Action3,@{Attributes3}}]]] 93;**](#" 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; )


[━━━━━━━━━━━━━━━━━](#" style="font-size: 12px; font-family: gulim !important; color: lightgrey; 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; )


[?{Action Description|Action1,Action1 Description|Action2,Action2 Description|Action3,Action3 Description}](#" style="font-size: 14px; font-family: gulim !important; line-height: 180%; 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; )


[ ](#" style="font-size: 3px; font-family: gulim !important; color: darkgrey; background: white; text-align: center; display: block; padding: 3px 5px; font-style: normal !important; font-weight: normal !important; border-radius: 0 0 20px 20px; margin-left: -4px; text-decoration: none; border: 1px darkgrey; border-top: none; box-shadow: -4px 4px 0 lightgrey; letter-spacing: -1px; )



혹시 방법이 있거나, 알고 있으면 말인데

?{Select Action|Action1|Action2|Action3} 를 한번만 선택하면

뒤에 있는 ?{Action Results|} 나 ?{Action Description|}도 함꺼번에 함께 선택되는 그런거 없음?

지금 위 코드 보면 알겠지만, 예를 들어 Action2를 하겠다. 하면 Action2만 3번 눌러야하는데, 한번만 눌러도 되는 방법 있음 알려줘



93;