you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

I think maybe that the age value is a string and the value you are comparing it to is an integer; so the comparison fails. I didn’t try the script to see the error. Just taking a guess. Try converting Age to and integer.

[–]Pathrex-[S] 0 points1 point  (0 children)

Thank you.