Consecutive Monster Generator
Overview
Creator:
Mero
Added: 30 Apr 2014
Tags:
FFC
|
View Script |
Information
Spawns monsters consecutively. Useful for Wizzrobes, Zoras, and other enemies that attack simutaneously. Just don't go using it with Windrobes.
Description Setup Reviews Comments
Step 1: Play ffc on screen and attach script
Step 2: Set Attributes as follows
D0 ID of the Enemy you wish to create.
D1 Max number of enemies before it stops generating.
D2 How many frames to wait until spawning another.
D3 SpawnPoint Flags are 4 values ORed together as follows
You'll need both std.zh and string.zh which are included with Zelda Classic and also ghost.zh which can be found here.
Step 2: Set Attributes as follows
D0 ID of the Enemy you wish to create.
D1 Max number of enemies before it stops generating.
D2 How many frames to wait until spawning another.
D3 SpawnPoint Flags are 4 values ORed together as follows
- 1 = Land
- 2 = Solid Combos
- 4 = Water
- 8 = Pits (Direct Warps)
You'll need both std.zh and string.zh which are included with Zelda Classic and also ghost.zh which can be found here.



