Bug #1785
Quest Bot Create Mode
Description
When trying to use the option to test task steps errors are produced in the console.
_iCreateMode_MaxActiveTaskStep: 4
21:27:38: [Buffer:QuestBotMain]: QUEST BOT ERROR: The task file you have loaded appears to be empty. Please try again...
21:27:38: [Buffer:QuestBotMain]: Quest Bot Main Script is shutting down...
Updated by bjcasey almost 8 years ago
- Status changed from New to Feedback Required
Does this happen every time? How do you reproduce it? I have tried and it works for me.
Updated by loopy almost 8 years ago
Yes this happens everytime, on several different PCs, I reproduce it by trying to test a quest step in create mode.
Updated by bjcasey almost 8 years ago
- Status changed from Feedback Required to In Progress
The issue was the square brackets he was using in his name [ ] for the task file name. It caused the task file name to fail.
Either you can't use [, ] or I try to escape better.
Updated by bjcasey over 7 years ago
- Status changed from Accepted to Implemented
You can't use square brackets in the task file name.