New Question: Why is it that whenever I use a REDIR file to redirect a Graphic to a BGAnimation, it always shows up as a pink block?
For example, I want to replace the 'ScreenSelectStyle warning.png' with a BGAnimation of the same name. Here are the metrics in this BGAnimation:
Code:
[Layer1]
File=./_warning p1.png
Type=0
Command=x,0;y,0;hidden,1
Condition=IsPlayerEnabled(2)
[Layer2]
File=./_warning p2.png
Type=0
Command=x,0;y,0;hidden,1
Condition=IsPlayerEnabled(1)
[Layer3]
File=./_warning bp.png
Type=0
Command=x,0;y,0;hidden,1
Condition=not IsPlayerEnabled(1) or not IsPlayerEnabled(2)
But instead of the images showing up under those conditions, a pink block shows up instead. Why does this happen?
And what's weird is that it works fine for ScreenSelectStyle header.png, I just redirect it to the BGAnimation, no pink block. But when I try it on ScreenSelectStyle info1/2 or ScreenSelectStyle warning.png it just shows up as a pink block.