Original Discord Post by tyke_18 | 2024-09-22 05:05:53
Hi
In my avatars Narrative Design, I have a trigger that is invoked by my own code when the avatar is moved by the player, in the section objective connected to the trigger I have “You are currently being physically moved around by the Player, make some comments about this.” and this works perfectly the 1st time the trigger is invoked, the avatar will typically say “Hey I'm being moved around this is great” or something like that. But if the trigger is later invoked a 2nd or 3rd time etc, the avatar says “You are currently being physically moved around by the Player, Hey I'm being moved around this is great”, it repeats part of the section objective which I don’t want of course. I’m not sure how to fix this, I’m probably missing something obvious (like a few brain cells ) but any help would be appreciated.
<@1023671043287699568> Hi K3 not sure what caused this but I’ve got around it by using instead which works fine. Caused me some issues elsewhere as I think what is put with like convaiNPC.SendTextDataAsync("<speak> You are wearing " + GroupToggle.nextClothesDescription + " <speak>") this seems to trigger any relevant Action that is setup, I have an Action to change clothes and this was being triggered by using the as I’ve described…I think please mark as solved, thank you.