show ()

From PenguinMod Wiki (Official)
Revision as of 19:42, 27 June 2024 by MediansSC (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Show ()
Jump to navigation Jump to search

This article is about the looks block. For other uses, see show (disambiguation).

The show sprite block is a looks block that shows another sprite. Inverse is hide ().

Workaround

This block can be worked by using the show block as another sprite using the as () block or by itself (the latter for the "this sprite" option), like this:

show

Or:

as (Sprite v) {
show
} ::control