Skip to main content

Condition_Channel

Description

Checks if the BaseObject's current channel matches the specified channel ID.

Parameters

ParameterDescription
BaseObjectTarget GameObject to check the channel
CompareTypeType of comparison operation (Equal / NotEqual)
S1Channel ID to compare against

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Target is in the "Holiday" channelTargetChannelEqualHoliday
Check if Target is not in "Normal" channelTargetChannelNotEqualNormal
Check if Self is in the "Christmas" channelSelfChannelEqualChristmas