Page 1 of 1

ALL_CHECK or CHECK_ALL

Posted: Mon Sep 17, 2012 8:04 pm
by enric
ALL_CHECK is incorrect and won't work properly - but checking the docs you are correct that they are wrong. Sorry about that - fixed now! That would definitely have been confusing.
Note that the parameters are in wrong order,also in the example at the end of the document.

FUNCTION CHECK_ALL_TURN(me, unit, tilex, tiley)

Should be (I assume because all script checked have that order)

CHECK_ALL_TURN(me, tilex,tiley, unit)

Re: ALL_CHECK or CHECK_ALL

Posted: Mon Sep 17, 2012 9:25 pm
by pipfromslitherine
The order doesn't matter, just the naming. It will find the params wherever they are.

Cheers

Pip