#how does the random value command work?

1 messages · Page 1 of 1 (latest)

manic silo
#

i tried to look up a tutorial but i think it was outdated

i want this command to run: execute as @s[tag=!zombie_just_spawned,predicate=!mounts_improved:isbabyzombie] run summon zombie_horse ~ ~ ~ {Tame:1b,Health:40f} when random value 1..2 spawn_zombie_horse_chance is 1 but i have no clue how to detect what the result of the random value command was

small charm
#

execute store result score <entity> <score name> run random value ...

manic silo
#

oh wow that was fast thank you!