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

ParameterTypeDefaultValid ValuesDescription
viewerstring"YebNFlo"Any stringThe viewer/label name used when registering each zombie with SIFUtils.
numbernumber5Any positive integerNumber of zombies to spawn, evenly spaced around the circle.
radiusnumber10Any positive numberRadius 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 }