> For the complete documentation index, see [llms.txt](https://docs.ninjutsugames.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ninjutsugames.com/game-creator-1/rpg/actor/actions.md).

# Actions

The **Actor** component comes with a set of **Actions** that complement **Game Creator**'s and allows to do different things with an Actor. All actions can be used on any other module and everywhere but it requires a target with an **Actor** component.

{% hint style="warning" %}
Some actions have different targets like **Skill Target, Skill Owner, Hit Target** these options are meant to be used only inside a **Skill**.
{% endhint %}

## Action Deal Damage

Deals damage to an **Actor** you can set it do deal a base value or use a formula to calculate the final damage. For example, this can be used on a Skill or with a trap.

![](/files/-LGRcT9IysjDlCsWsC2_)

## Action Heal

Heals an actor with a base value or by percent.

![](/files/-LGRcY3vetdpBTKYiBiB)

## Action Kill

Kills an actor.

![](/files/-LGRcaX07lM6cMiMidvc)

## Action Restore

Restores an actor (if its death). It can be restored with certain amount of Health percent.

![](/files/-LGRcezgpEMhEWbDUqHV)

## Action Invulnerable

Toggles invulnerability of an actor. For example, a tower in MOBA game that cannot be destroyed until another one is.

![](/files/-LGRcj34uZpsyMNaja6j)
