Thanks Dirk! That's all I needed! Some of us are not that experienced with
PHP, so this helps a lot!
Worked like a charm!
-------------------------------------------
As I said, the default permissions are hard-coded in admin/story.php:
function storyeditor()
$A['perm_owner'] = 3;
$A['perm_group'] = 2;
$A['perm_members'] = 2;
$A['perm_anon'] = 2;
-------------------------------------------