Small error in box fighting code.

Box Fight the code here has a small error that will cause a compile error:

DropBarriers(Player:agent):void=

Should be:

DropBarriers(Player:?agent):void=

or it will give a compile error.

Thanks for the report!
We’ll get this fixed ASAP :slight_smile: