Dynamic Tile Overlay (ZASM)
Overview
Creator:
Timelord
Added: 12 Jul 2016
Tags:
FFC
Downloads: 33
|
View Script
Download Example (904.21 KB) |
Information
If you have ever wanted to dynamically overlay tiles in a quest, say, to give all moblins fedoras, here's your chance.
This is a ZASM-based FFC that uses an instruction that has no ZScript equivalent, and allows you to easily overlay up to four tiles in one pass.
This is a ZASM-based FFC that uses an instruction that has no ZScript equivalent, and allows you to easily overlay up to four tiles in one pass.
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.
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.


