Abort Creature Spawn (Effect) — SkBee

Addon: SkBee · Category: Effect · Since: 2.16.0

Syntax

[un]abort creature spawn

Description

Abort a creature spawn event, preventing it from retrying more attempts after canceling. Aborting should only be done if you're blanket blocking this entity type from spawning.

Examples

on pre creature spawn of an animal:
	cancel event
	abort creature spawn

View source