Entity NoClip (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 1.0.2

Syntax

[the] no[( |-)](clip|physics) (state|mode) of %entities%

Description

Set or get the noClip status of an entity (This will not work on players)

Examples

spawn a zombie at player
set no clip state of last spawned zombie to true
set {_var} to no clip state of last spawned sheep
loop all entities in radius 5 around player:
	set no clip state of loop-entity to true
	push loop-entity up with speed 5

View source