try this comand
Code:
INSERT INTO `cq_action` VALUES
('99000011', '99000012', '99000015', '1001', '0', 'life > '5001'),
('99000012', '99000013', '0000', '1001', '0', 'life += -5000'),
('99000013', '99000014', '0000', '0501', '727014', ''),
('99000014', '0', '0000', '0126', '0', 'Congratulations! You have donated blood! and recevid key1'),
('99000015', '0', '0000', '0126', '0', 'You~dont~have~enough~Blood~to~Donate!');
basically instead saying is equal to or greater just use greater then
sadly enough i am out of the coding for eo for a long time ( i do website part )
but hopely this can help xD
or just code the other way around
instead saying that it is greater then X , just check if it is lower then X and denie if it is lower or continue if it is not lower (if it is easyer )
Greetings From PowerChaos