[h: Type = "Attack"]
[h:args = json.set("",'Side',Side,'Type',Type)]
[h: execLink(macroLinkText("MasterShipCommand@Lib:Pokemon", "all", args))]
이런식으로 JSON을 args로 보내서 Lib:Pokemon 토큰의 MasterShipCommand 매크로를 작동시킬 때
내가 Side랑 Type에 지정한 값을 불러들여오고 싶은데 인수로 넘긴 값을 어떻게 받아오는지 모르겠다.
찾았음