Its a custom rule..
To enable it you need to insert it into your db..
If you set SOFstartzone to -1 and remove the tutorial option then whatever you set in the "variables" table for startzone will send "everybody" there, to the zones safe coords..
ie...
Code:
INSERT INTO `variables` (`varname`,`value`,`information`) VALUES
('startzone','tutoriala','Setting default Startzone for all clients and races to TutorialA');
UPDATE `rule_values` SET `rule_value`='false' WHERE `rule_name` = 'World:EnableTutorialButton';
This assumes that the result of this query is -1
Code:
SELECT * from `rule_values` WHERE `rule_name` = 'World:SoFStartZoneID';