맵툴에 다음의 매크로를(그렇다. 예의 "기본 판정"에서 약간만 고친 것이다) 입력해보았는데
<!--[유도Level=유도Level][Mod = Modifier][Skill = 유도Level+Mod][Roll = 3d6][CritFailThreshold = if(Skill<16,min(Skill+10,17),18)][CritSuccessThreshold = max(min(Skill-10,6),4)][SuccessCheck = if(Roll <= min(Skill,16),1,0)][CritSuccessCheck = if(SuccessCheck && Roll <= CritSuccessThreshold,1,0)][CritFailureCheck = if(SuccessCheck < 1 && Roll >= CritFailThreshold,1,0)][MoS = Skill-Roll] --> Skill level {유도Level} check <b>{Roll}</b> vs <b>({Skill})</b>, and {if(CritSuccessCheck,' <font color = "blue">CRITICALLY SUCCEEDED</font> ',if(SuccessCheck, ' <font color = "blue">succeeded</font> ' ,if(CritFailureCheck,' <font color = "red">CRITICALLY FAILED</font> ' , ' <font color = "red">failed</font> ' )))} by <b>{MoS}</b>.
잠깐 검색을 좀 해보니 뭐 이런저런 이야기는 있다. 근데… 중요한건 난 잘 모르겠다는 거다.
분명 한글이 들어갔기 때문에 UTF-8 관련 문제인 것 같은데 인코딩이 안된걸까? 모르겠음...
'맵툴 연구소' 카테고리의 다른 글
맵툴 Vision Blocking Layer(VBL)과 Light (0) | 2017.04.15 |
---|---|
겁스 맵툴 사용법 (플레이어) + 겁스 매크로 설정법 (0) | 2017.04.08 |