Assistant AV
Apparently there is a small "bug" or feature" in Assistant. When I call
Line 1. if Assistant.Showing then
Line 2. Assistant.Play ( [aaWave, aaGreet] );
when I change to the following actors:
1. Ann
2. Dolly
3. Donald
I get an AV.
If I comment out line 1 & 2 the AV does not ocurr with the 3 actors.
The AV does not ocur with all the remaining actors that I have.
I am guessing, but I suspect that aaWave and/or aaGreet is not in the 3 offending actors. I can do without the greeting when actors change but shouldn't assistant automatically not play aaWave, aaGreet if the action id not contained in the actor?
Regards
Bill
Line 1. if Assistant.Showing then
Line 2. Assistant.Play ( [aaWave, aaGreet] );
when I change to the following actors:
1. Ann
2. Dolly
3. Donald
I get an AV.
If I comment out line 1 & 2 the AV does not ocurr with the 3 actors.
The AV does not ocur with all the remaining actors that I have.
I am guessing, but I suspect that aaWave and/or aaGreet is not in the 3 offending actors. I can do without the greeting when actors change but shouldn't assistant automatically not play aaWave, aaGreet if the action id not contained in the actor?
Regards
Bill