nope...unless you modify certain part of the script...
eAthena doesnt support calling a function like these..
LimitItems( atoi( .DisableMap$[.@i+1] ) );
CheckItems( 607,1 );
you can try change it to this..
cannfunc "LimitItems", atoi( .DisableMap$[.@i+1] );
cannfunc "CheckItems", 607,1;
if i recall correctly it should be like that...
( too long didnt use callfunc )