Skip to content

API Hero start_conversation

SolWayward edited this page Feb 18, 2026 · 1 revision

Hero start_conversation

Endpoint: gm.hero.start_conversation

Syntax

gm.hero.start_conversation <otherHero>

Parameters

Parameter Type Required Description
otherHero string Yes Hero identifier (StringId or partial name match). The hero the player will start a conversation with. Alias: hero
leftSideHero string No Hero identifier (StringId or partial name match). Their party appears on the left side for troop transfer. Alias: other. If omitted, the left side is populated with all game troops (100 each) as a discard roster.

Description

Instantly starts a conversation between the player and the specified hero from anywhere.

Examples

Using Hero name

gm.hero.start_conversation derthert

Using Hero StringId:

gm.hero.start_conversation lord_1_1

Using hero name that has spaces with single quotes:

gm.hero.start_conversation 'Ira of the Vaegir'

Output:

Conversation started between player and derthert

Notes

  • The otherHero must not be the player

Related Commands

Last Updated: 2026-02-18

Quick Links

🏠 Home | Quick Reference | Syntax Guide


Hero Commands
Clan Commands
Kingdom Commands
Settlement Commands
Item Commands
Troop Commands
Caravan Commands
Bandit Commands
Query Commands

Clone this wiki locally