Is there a way to randomize an outcome thru verse?

Hello, Is there a way to randomize and action through verse? example, let’s say when a player presses an button… player gets a random weapon granted. So, the verse code device which item granter should grant the player a weapon randomly. Is that possible?

Hi Lyssa,

It looks like there is some randomization built-in to the item_granter_device with CycleToRandomItem

For other things you might want to get the Random Module involved.

1 Like