タイトルの通りですが、なにか間違えているところはあるでしょうか?
/// screen 12,1220,360 font "メイリオ",34,1 mref BMSCR, 67 string = "あいうえ 1\n 2\n 3\n 4\n 5\n 6" x = 10 y = 0 y2 = y r = 0.1 * abs(BMSCR.49) n = int(2.0 * M_PI * r) color boxf color 255,255,255 repeat n rad = 2.0 * M_PI * cnt / n pos x + int(r * cos(rad)), y + int(r * sin(rad)) mes string loop color 255,0,0 pos x, y mes string x = ginfo_cx+310 y = y2 string = "かきくけ 1\n 2\n 3\n 4\n 5\n 6" color 255,255,255 repeat n rad = 2.0 * M_PI * cnt / n pos x + int(r * cos(rad)), y + int(r * sin(rad)) mes string loop color 0,0,255 pos x, y mes string string = "あいうえ 1\n 2\n 3\n 4\n 5\n 6" x = 620 y = 0 y2 = y r = 0.1 * abs(BMSCR.49) n = int(2.0 * M_PI * r) color 255,255,255 repeat n rad = 2.0 * M_PI * cnt / n pos x + int(r * cos(rad)), y + int(r * sin(rad)) mes string loop pos x, y mes string x = ginfo_cx+310 y = y2 string = "かきくけ 1\n 2\n 3\n 4\n 5\n 6" color 255,255,255 repeat n rad = 2.0 * M_PI * cnt / n pos x + int(r * cos(rad)), y + int(r * sin(rad)) mes string loop pos x, y mes string //// screen 1 syscolor 15 boxf color mes"gmode 2" pos 0,20 gmode 2 gcopy 12,0,0,250,51 pos 0,70 mes "gmode 7" pos 0,90 gmode 7 gcopy 12,0,0,250,51
対処法など分かる方、よろしくお願いします