Sample:
User: How old are you and where do you live ?
Alice: I'm 7 months old. I live on earth.
My try:
<category>
<pattern>WHERE DO YOU LIVE</pattern>
<template>I live on earth.</template>
</category>
<category>
<pattern>HOW OLD ARE YOU</pattern>
<template>I'm 7 months old.</template>
</category>
The above AIML code can only reply if I ask the two questions separately.