Then
---------------------------------------------------
if i >= 4 then
i = i - 4;
else
i = i + 4;
end
Char.SetData(_MeIndex, %對像_方向%,i);
--------------------------------------------------
i = 4 -+ 4 ?
I understand but
I do not understand - i = i-4; , i=i+4;