1
0
Fork
You've already forked bolt-conversationmodule
0
No description
  • Lua 100%
Find a file
2026年03月04日 11:25:14 +01:00
conversation.lua fix: crash when text was detected before option background 2026年03月04日 11:25:14 +01:00
LICENSE Add LICENSE 2025年07月10日 13:17:30 +02:00
README.md Add README.md 2025年07月10日 13:21:05 +02:00

Bolt Conversation Module

This module allows a Bolt Plugin to find text written in conversations. There are two main functions

tryreadoptions(this, event, startindex, gamewindowsize, includeNumbers)
tryreadconversation(this, event, startindex, gamewindowsize) -- Not implemented yet

As the name suggests, the first one will look for options (i.e. where the player has to press 1, 2, ...), the latter will find text during the conversation where the player can only press next (space).

The event is supposed to be a Batch2D event.