Attacked (Expression) — Skript

Addon: Skript · Category: Expression · Since: 1.3, 2.6.1 (projectile hit event)

Syntax

[the] (attacked|damaged|victim) [<(.+)>]

Description

The victim of a damage event, e.g. when a player attacks a zombie this expression represents the zombie.

Examples

on damage:
	victim is a creeper
	damage the attacked by 1 heart

View source