circleStripperZeds
zombie_strippers.lua — Zombie module
What it does
Spawns a configurable number of "StripperBlack"-outfit zombies arranged in an evenly spaced circle around the player. All spawned zombies are 100% female, sprint toward the player immediately, and are registered to a named viewer via SIFUtils.
Trigger type
circleStripperZeds
Parameters
| Parameter | Type | Default | Valid Values | Description |
|---|---|---|---|---|
viewer | string | "YebNFlo" | Any string | The viewer/label name used when registering each zombie with SIFUtils. |
number | number | 5 | Any positive integer | Number of zombies to spawn, evenly spaced around the circle. |
radius | number | 10 | Any positive number | Radius of the spawn circle around the player in world units. |
Examples
Default: 5 StripperBlack zombies in a circle of radius 10
{ type="circleStripperZeds" }
8 zombies in a wider ring, tagged to a viewer
{ type="circleStripperZeds", viewer="NightOwl", number=8, radius=18 }
Close tight ring of 3
{ type="circleStripperZeds", number=3, radius=4 }