A GC2 integration that bridges More Mountains' Feel library, enabling you to trigger, control, and react to MMF Player feedbacks directly from GC2's Trigger, Instruction, and Condition systemsThis integration brings Feel's powerful juice and feedback system into Game Creator 2's visual scripting workflow. Instead of writing code to play camera shakes, audio bursts, particle effects, or any other Feel feedback, you can drive them entirely from GC2 Actions and Triggers. You can play feedbacks in response to any GC2 event, wait for them to complete before continuing an action list, and check whether a feedback is currently running inside a GC2 Condition.Instructions (Actions)Play MMF Player — Plays a target MMF Player with a configurable intensity multiplier. Supports an optional "Wait To Complete" mode that pauses the GC2 action list until all feedbacks finish.Play MMF Player At Position — Same as above but plays the feedbacks originating from the world position of another GameObject.Stop MMF Player — Immediately stops all feedbacks on the target MMF Player.Pause MMF Player — Pauses the currently playing feedbacks, preserving their state.Resume MMF Player — Resumes a paused MMF Player from where it left off.Rewind MMF Player — Resets all feedbacks on the target MMF Player back to their initial state.Skip MMF Player To End — Instantly jumps all feedbacks to their final state, useful for skipping cutscene effects.Set MMF Player Intensity — Sets the global intensity multiplier on an MMF Player at runtime.Initialize MMF Player — Manually triggers initialization on an MMF Player, required for players instantiated at runtime or whose targets are set up dynamically.Events (Triggers)On MMF Player Complete — Fires when an MMF Player finishes playing all its feedbacks. Requires "Trigger On Complete" to be enabled in the MMF Player's Events foldout.On MMF Player Play — Fires when an MMF Player begins playing.On MMF Player Pause — Fires when an MMF Player is paused.On MMF Player Resume — Fires when an MMF Player resumes after a pause.ConditionsIs MMF Player Playing — Returns true if the target MMF Player is currently playing feedbacks.Is MMF Player Initialized — Returns true if the target MMF Player has been initialized and is ready to play.RequirementsGame Creator 2Feel (More Mountains) — tested against the version included in your project

