This is what I got off of qspgen... I don't get the "dual" in this thing either. Maybe you're missing something?
Could be a passport? Maybe it's saying choose a different response?
if askjobkatya1 = 0:
act'<b>Learn about the job</b>':
if passport = 1:
cls
gs'stat'
delact'<b>Learn about the job</b>'
'<center><B>Catherine</B></center>'
'<center><img src="img/rab1.jpg" ></center>'
if askjobkatyaquest = 0:
'<b>I</b> - Hello, I would like to know about jobs, what jobs? (<b>you left summary</b>)'
'Catherine looked first at me then studying the summary started talking..'
'<b>Catherine</b> - Well, judging by your data you will approach promotedto, schedule Monday to Friday 12:00 to 18:00, payment <b>150p</b> in an hour, the money you can pick up in my office, you want?'
else
'<b>Catherine</b> - Have you thought?'
end
askjobkatyaquest = 1
act'<b>Yes satisfied</b>':
delact'No, I still think'
delact'<b>Yes satisfied</b>'
eventfirstsveta = 1
svetajobgo = 1
promjob = 1
jobno = 1
askjobkatya1 = 1
minut = minut + 20
'<b>Catherine</b> - Great, then begin as soon as your shift, goodbye and good luck at work'
act'Go':
gt'trcjob'
end
end
act'No, I still think':
delact'No, I still think'
delact'<b>Yes satisfied</b>'
minut = minut + 5
'<b>I</b> - No, I still think, will come another time'
'<b>Catherine</b> - hmm, well if you decide to come'
act'Go':
gt'trcjob'
end
end
else
msg'Requires dual'
end
end
end