FKiSS %tags

See also: FKiSS, General Syntax, Data Types, If-Endif Structure, Shortcuts, Cel Groups, Value Pools, HINTs, Events, Actions

Description

The valid %tag extensions are:
TagDescription
%tNSets the initial transparency of the cel to N (requires FKiSS1b)
%gThe cel starts as ghosted (requires FKiSS4)
%uThe cel starts as unmapped (requires FKiSS4)
%xNSets the horizontal offset of the cel to N for just this single instance of the cel (requires FKiSS4)
%yNSets 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