> For the complete documentation index, see [llms.txt](https://profpivec.gitbook.io/documentation-and-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://profpivec.gitbook.io/documentation-and-tutorials/game-creator/action-pack-1/action-list/misc-actions.md).

# Misc Actions

| Action\_Name                    | Description                                                                                                                                                                                                                                                                                                                              |
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Custom Timer**                | Countdown or count up and execute Action. This Action will initiate a timer and will not need a restart action for it to continue. It contains time before start and repeat interval. After each interval, an Action or Condition can be called.                                                                                         |
| **Disable NavMesh**             | Call this Action to Disable or Enable the NavMesh for Player or Character.                                                                                                                                                                                                                                                               |
| **Random Action**               | Execute a Random Action from a group of four Actions. You can use a random value from a Variable, or this Action will randomise a choice. A restart Action can be used to select a random Action again.                                                                                                                                  |
| **Random Action from List**     | Execute a Random Action from a expanding List of Actions. Each Action can have a probablility percentage (weighting factor) applied to it. A restart Action can be used to select a random Action again.                                                                                                                                 |
| **Random Action only Once**     | Execute a Random Action only Once from a expanding List of Actions. After the Action has executed, the Action is removed from the list and will not be selected again. A restart Action can be used to select the next random Action, and **after the last random Action is removed** you can then call a Condition or Resulting Action. |
| **Bullet Time Scale**           | Momentarily slow time down for a given amount of time. Can be used to simulate bullet time or acentuate a fighting animation.                                                                                                                                                                                                            |
| **Repeat Actions Random Times** | Execute an Action or Action list multiple times. Set the Random amount from a scale with minimum and maximum values                                                                                                                                                                                                                      |
