Entity - is Standing (Condition) — Lusk

Addon: Lusk · Category: Condition · Since: 1.2

Syntax

%livingentities% (is|are) standing

Description

Checks if an entity is standing, mainly polar bears, but other entities can be standing.

Examples

on damage of polar bear:
	if victim is standing:
		cancel event
		send "you can't, %victim% is standing on business" to attacker

View source