Skip to main content

Condition_IsPlayingMovie

Description

Checks if the movie screen entity is currently playing a movie. If S1 is empty, checks whether any movie is playing; otherwise checks whether the specified movie ID is currently playing.

Parameters

ParameterDescription
BaseObjectThe movie screen entity to check.
CompareTypeEqual: the condition is true when playing, NotEqual: true when not playing.
S1The movie ID to compare against. If empty, checks for any movie playing.

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if the movie screen is playing any movieTargetIsPlayingMovieEqual
Check if the movie screen is playing the Horror movieTargetIsPlayingMovieEqualHorror
Check if the movie screen is not playing the Comedy movieTargetIsPlayingMovieNotEqualComedy