2440行目(末尾のendの前の行)に挿入 ------------------------------------------------------- local zx, zy = GetV( V_POSITION, MyEnemy ) if (MyState == ATTACK_ST) then OnATTACK_ST () if(MovingCancel == 0 ) then Move(MyID,zx,zy) elseif(MovingCancel == 1 ) then Move(MyID,zx,zy) elseif(MovingCancel == 2 ) then Move(MyID,zx,zy) elseif(MovingCancel == 3 ) then Move(MyID,zx,zy) end end