Allow bots to manage their own quest log and removed quests based on conditions

This commit is contained in:
Atidot3
2024-08-02 22:45:14 +02:00
parent 234460e298
commit aeae6410f6
3 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
void NonCombatStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
{
triggers.push_back(new TriggerNode("random", NextAction::array(0, new NextAction("clean quest log", 1.0f), nullptr)));
triggers.push_back(new TriggerNode("timer", NextAction::array(0, new NextAction("check mount state", 1.0f),
// new NextAction("check values", 1.0f),
nullptr)));