|
Post by armagedon13 on Mar 2, 2019 9:59:35 GMT
Hi, I'm trying to make z index something more complex, example: z index: if styling.stylecard and is_spell_card () or is_trap_card () then 3 else 2, this means, if a style is activated, then z index is 3 else is 2, but I get an error, is there any way to add this type of programming?
|
|
kolya
1/1 Squirrel
Posts: 56
Formerly Known As: fedosu
Color Alignment: Blue, Red, Green
|
Post by kolya on Mar 2, 2019 14:06:12 GMT
Looking at the documentation on the old MSE sourceforge site, it appears Z-index is not scriptable. Z-Index will only accept an integer.
|
|