Calling actions via button click

I’m trying to setup buttons to call actions for an RPG that requires clicking a button to fire an action.

  • What is the best way to create actions?
  • What is the best way to call these actions via button click?

Example

  • Button 1 calls a fireball that shoots
    from player to target.

  • Button 2 calls a beam that shoots
    from player to target.

  • Button 3 calls a self heal on the player.

Set up input

When you have done that, using ActionMappings for buttons, your event graph will have the option to call events for these actions :slight_smile:

If this is above your head, I think studying some ‘how to get started’ - videos might be your best option.