NpcInteraction

fun NpcInteraction(npcName: String, action: String, actions: List<String>, widgetActions: Set<WidgetAction>? = null)
fun NpcInteraction(npcName: String, npcLocation: Tile?, action: String, actions: List<String>, widgetActions: Set<WidgetAction>? = null)