Page 1 of 1

Assistant AV

PostPosted: August 21st, 2003, 4:42 am
by w2m
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] ); :cry:

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

PostPosted: August 21st, 2003, 7:44 pm
by Kambiz
I fixed the bug and update is available to download.

The AV was because of a typo. In a for loop, instead of writing to I had written downto. :?

I'm sorry for this inconvenience.

Greetings,
Kambiz

PostPosted: August 21st, 2003, 9:49 pm
by w2m
[quote="Kambiz"]I fixed the bug and update is available to download.

The AV was because of a typo. In a for loop, instead of writing to I had written downto. :?

I'm sorry for this inconvenience.

:D

No inconvenience Kambiz... just trying to solve a bug. Your fix worked perfectly ... no more AV's.

Thanks for the speedy fix.
Have a nice day :D