Hi. I'd like to make a staff that has 1 of 4 possible outcomes, all of them are summoning.
Is there a way to use the conditions to "randomly" roll? I'd like to set up 4 different magic effects and call one of them. Can I do this with GetRandomPercent?
OR is the only way to accomplish this a script involving
randEffect = utility.randomInt(1, 4)
How would I fill in the perameters for - EVENT onEffectStart(x,x) if there is no target. It's a summon effect.