procedure OnFlagGrab(ID, TeamFlag: byte; GrabbedInBase: boolean);
begin
Command('/say ' + iif(GrabbedInBase = true,'True','False'));
end;
And it always says False, even if it is grabbed in base.
(2.6.1 pre-release)
I hope to see this working in the final 2.6.1 release.
(And yes, I did search to see if this was in there somewhere...)