Skip to main content

Parameter Showcase

This showcase focuses on triggers with parameters.

Parameter

The robot can only be interacted with via the BP_InworldCharacterInteraction_TriggerWithParameter. This is a special type of BP_InworldCharcterInteraction that sends a trigger with a single parameter containing the input text. For this demo, the player audio is muted.

Trigger With Parameter Send Trigger

In Inworld Studio, this character has a goal 'rhyme' that has a single parameter 'phrase'. When the user inputs text, the instruction will be to rhyme with the phrase the user entered.

goals:
- name: "rhyme"
repeatable: True
activation:
trigger: "rhyme"
actions:
- instruction: "make a rhyme with {{p.phrase}}"