Divide Behavior: Bad math?
- 
 The Divide behavior gives 1/0 as 0. Also, multiplying values retrieved from an array (2x.5) using a Multiply behavior keeps yielding 0?For the multiplication issue, it was because the behaviors weren't connected so math was happening out of order. 
- 
 @TutorialDoctor well, 1/0 is undefined, so 0 should be fine when you divide by 0 for some reason, since you should just never divide by 0. 
