02-03-2015, 08:41 AM
(02-03-2015, 05:46 AM)bushido-21 Wrote: @safar46 report:dude for the latest build v5.4.2.4.4 there are error line 3386 func _colorcheck( $ncolor, $ncolor2, $sVan =5 func _ColorCheck($nColor1, $nColor2, $sVan error parsing function call...thanks
This is just a typo, edit the script,
find:
Code:
If _ColorCheck($OtherPixel, Hex(0x7031F0, 6), ) Then Return $eQueen ;Check if slot is Queen
change it to
Code:
If _ColorCheck($OtherPixel, Hex(0x7031F0, 6), 5) Then Return $eQueen ;Check if slot is Queen
If you want the compiled version, you'll have to wait.