The valid %tag extensions are:
Tag | Description |
%tN | Sets the initial transparency of the cel to N (requires FKiSS1b) |
%g | The cel starts as ghosted (requires FKiSS4) |
%u | The cel starts as unmapped (requires FKiSS4) |
%xN | Sets the horizontal offset of the cel to N for just this single instance of the cel (requires FKiSS4) |
%yN | Sets the vertical offset of the cel to N for just this single instance of the cel (requires FKiSS4) |
Example:
#5.3 doll.cel *5 :1 3 7 8 9 ;%t128 %g %u
Wrong:
#5.3 doll.cel *5 :1 3 7 8 9 ; %t 128 %g u ;space before first extension, space between %t and 128, and % is missing
before u