blastoff
Vars | |
flip_count | How many flips have we done so far? |
---|---|
spin_count | How many spin have we done so far? |
super_flip_requirement | How many flips for a super flip? |
Procs | |
on_flip | This proc listens to the flip signal and throws the mob every third flip |
on_spin | This proc listens to the spin signal and throws the mob every third spin |
Var Details
flip_count
How many flips have we done so far?
spin_count
How many spin have we done so far?
super_flip_requirement
How many flips for a super flip?
Proc Details
on_flip
This proc listens to the flip signal and throws the mob every third flip
on_spin
This proc listens to the spin signal and throws the mob every third spin