So i'm trying to make a command for each height you get a response
Height chart:
5'0-5'3= "message"
5'4-5'7= "message"
5'8-6'0= "message"
6'1+ = "message"
This is what i have now thanks to @member
!addcom !height -cd=5 $(eval a=Math.floor(Math.random()*4+4);if(a==7){b=0;}else{if(a==4){x=2;y=10;}else{x=12;y=0;}b=Math.floor(Math.random()*x+y);}$(user) is ${a}\'${b}.)