Originally Posted By: RuLerZ
just needed to make a bunch of if statements to find the total poll options lol. Thank you so much!!

$0 will give you the number of options.
Code:
on *:text:!poll *:#:{
  tokenize 44 $2-
  var %options = $0
  var %option1 = $1
  var %option2 = $2
  var %option3 = $3
}