Hi
I wonder if there is a simple way to allow my NPC to say one of 3 random options.
Is there anything I can write in the "Sequence" slot - Like "GoRandom()" similar to how we can write "None()" to ignore the slot all togheter...
Thanks in advance!
Trigger Random answer?
Re: Trigger Random answer?
Hi,
Yes. Set the Doomsday node's Sequence field or Script field to:
There's a sequencer command and a Lua function by that name, so you can use either field.
Yes. Set the Doomsday node's Sequence field or Script field to:
Code: Select all
RandomizeNextEntry()
Re: Trigger Random answer?
Fantastic, thank you soo much!
Re: Trigger Random answer?
Btw, late reply but I ran in to a situation. Is it possible to combine RandomizeNextEntry() and None() ?
So the three, I leave it empty None() yet we randomnice the next entry?
So the three, I leave it empty None() yet we randomnice the next entry?
Re: Trigger Random answer?
Hi,
I don't fully understand. Can you provide a screenshot of how you'd want to configure the conversation?
I don't fully understand. Can you provide a screenshot of how you'd want to configure the conversation?