>>808
if battle == 1 and turn == 1 then
character_1:UseSkill(3)
character_1:UseSkill(1)
end
if turn >= 2 then
characters["キャラ名"]:UseSkill(2)
end