Page 1 of 1

INIT BSF issue

Posted: Wed Jul 22, 2015 9:10 am
by enric
In the original script INIT.BSF there is an error in line 23 a parenthesis is missing.

SetAttrib (me, "PreviousMorale", GetAttrib(me, "Morale") ;

should be

SetAttrib (me, "PreviousMorale", GetAttrib(me, "Morale")) ;

I do not know if this may affect the game....

Re: INIT BSF issue

Posted: Wed Jul 22, 2015 3:36 pm
by pipfromslitherine
I think it will just run off the end and close the expression, so should be fine :)

Cheers

Pip