No description
- Lua 100%
| conversation.lua | fix: crash when text was detected before option background | |
| LICENSE | Add LICENSE | |
| README.md | Add README.md | |
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.