I have an NPC class cog that I'm using for pedestrian conversations and I want to randomize the various responses the NPC can give. However, if an NPC exhibits one response, I want that response to be consistent for that individual NPC without having to assign each NPC an individual class cog with its own responses.
So my question is, if I have a randomizer run in a class cog at startup, is the returned value different for each NPC with the class cog or consistent across the same cog to all NPCs?
So my question is, if I have a randomizer run in a class cog at startup, is the returned value different for each NPC with the class cog or consistent across the same cog to all NPCs?