Game Maker

Spawn Custom Entity

Spawns a pre-configured Custom Entity.

This action spawns an instance of one of your Custom Entities.

Configuration

  • Custom Entity: The custom entity template to spawn.
  • Location: Where the entity will be spawned.
  • Direction: (Optional) An offset from the base location.
  • Distance: (Optional) The distance in blocks for the offset.

Use Cases

  • The primary way to bring your custom mobs and NPCs into the game.
  • Spawning a boss when a player enters an arena.
  • Creating waves of enemies in a survival game.