- UID
- 2586
- 积分
- 25
- 帖子
- 5
- 主题
- 2
- 论坛币
- 250
- 威望
- 0
- EP值
- 19
- MP值
- 0
- 阅读权限
- 50
- 注册时间
- 2015-5-25
- 在线时间
- 6 小时
- 最后登录
- 2015-7-8
|
code once:
color = {1,2,3,4,5,6}
code once:
SOME CODE
template syl:
{\pos($center,$middle)\an5\cl($si)}
其中中間的some code 我寫了幾個版本 但幾個版本在套用時 都出現狀況
版本1
function cl(x)
if x > 6 and x <= 12 then
i = x-6
elseif x > 13
i = x-12
end
return i
end
出現錯誤:cl is nil
版本2
function cl(x)
while x >=6 do
i = x-1
end
return i
end
錯誤:aegisub套用進度約80%時就會卡在那裏
我用for repeat until 都會出現一樣的狀況
我以上步驟在哪個環節做錯了
我用的是AEGISUB 3.2.2
想了一整天沒結論
我的電腦規格
Intel Xeon E3 1230V2
16G DDR3 1600
NVIDIA GeForce GTX 650TI |
|