Commit c7429980 authored by twanvl's avatar twanvl

fixed script error

parent 8f86b716
...@@ -87,8 +87,8 @@ init script: ...@@ -87,8 +87,8 @@ init script:
else if artifact and not hybrid then "a" else if artifact and not hybrid then "a"
else if colors == "" then "c" else if colors == "" then "c"
else colors[ else colors[
font_color_positions font_color_positions[
[ if chosen(choice:"horizontal") then "horizontal" if chosen(choice:"horizontal") then "horizontal"
else if chosen(choice:"vertical") then "vertical" else if chosen(choice:"vertical") then "vertical"
else if chosen(choice:"overlay") then "overlay" else if chosen(choice:"overlay") then "overlay"
else "radial" else "radial"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment