Affected Entities (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.4

Syntax

[the] affected entities

Description

The affected entities in the <a href='#aoe_cloud_effect'>area cloud effect</a> event.

Examples

on area cloud effect:
	loop affected entities:
		if loop-value is a player:
			send "WARNING: you've step on an area effect cloud!" to loop-value

View source