INIT BSF issue

Modders can post their questions on scripting and more.

Moderators: Slitherine Core, BA Moderators

Post Reply
enric
Brigadier-General - 8.8 cm Pak 43/41
Brigadier-General - 8.8 cm Pak 43/41
Posts: 1855
Joined: Sun May 15, 2011 8:47 am

INIT BSF issue

Post 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....
pipfromslitherine
Site Admin
Site Admin
Posts: 9863
Joined: Wed Mar 23, 2005 10:35 pm

Re: INIT BSF issue

Post by pipfromslitherine »

I think it will just run off the end and close the expression, so should be fine :)

Cheers

Pip
follow me on Twitter here
Post Reply

Return to “Battle Academy 2: Modders Corner”