Is Interaction Part Responsive? (Condition) — DisplayEntityUtils
Addon: DisplayEntityUtils · Category: Condition · Since: 3.5.0
Syntax
%activepart/entity% (is|is(n't| not)) deu responsiveDescription
Check if an interaction part/entity is responsive
Examples
if {_activepart} is deu_interaction:
if {_activepart} is deu responsive:
broadcast "The interaction is responsive!"
else:
broadcast "The interaction is not responsive!"