I wanna do a script where I cast a random staffcast while bashing, except I have no idea how to use the math.random function.
There are 4 different staffcasts:
STAFFCAST DISSOLUTION AT <adventurer/denizen> (magical damage)
STAFFCAST LIGHTNING AT <adventurer/denizen> (electric damage)
STAFFCAST SCINTILLA AT <adventurer/denizen> (fire damage)
STAFFCAST HORRIPILATION AT <adventurer/denizen> (cold damage)
I'm thinking that I should make an alias for each one, and use math.random to assign a number for each alias and Execute ("the proper alias"). How would I do this?
There are 4 different staffcasts:
STAFFCAST DISSOLUTION AT <adventurer/denizen> (magical damage)
STAFFCAST LIGHTNING AT <adventurer/denizen> (electric damage)
STAFFCAST SCINTILLA AT <adventurer/denizen> (fire damage)
STAFFCAST HORRIPILATION AT <adventurer/denizen> (cold damage)
I'm thinking that I should make an alias for each one, and use math.random to assign a number for each alias and Execute ("the proper alias"). How would I do this?