Jump to content

Dynamic Tile Overlay (ZASM)

Overview
Creator: Timelord Added: 12 Jul 2016 Tags: FFC Downloads: 33
Rating[?]: No rating
View Script Download Example
(904.21 KB)
Information

Description Setup Reviews Comments

OVERLAYTILE** is a ZASM instruction that through to ZC 2.50.2, has had no ZScript equivalent. It functions in the same manner as CopyTile(), so it's easy to make a script that uses CopyTile(), ( ZASM: COPYTILE** ) and drop in the ZASM instruction OVERLAYTILE** to change from a copy process, to an overlay process.

The overlay works exactly as the similar command in the tile editor.

This package contains the ZASM ffc script, that you may import and use, an example quest, and an updated version of zscript.txt that includes details on the instruction.