options = Array["#{getname} is pretty darn lame.", "#{getname} isn't very cool"] if(getname == 'bpwoods97') $bot < "Bpwoods97 is the most awesome person in the world." else $bot < options[(rand(1..options.length)-1)] end