To make this work you need 2 things:
In the new script you will need:
PHP Code:
define('THIS_SCRIPT', 'PUTHEREYOURSCRIPTNAME');
$phrasegroups = array();
$specialtemplates = array();
$globaltemplates = array();
$actiontemplates = array();
require_once('./global.php');
Put your scriptname in the THIS_SCRIPT define.
Then edit functions_online.php, and add a case for your new scriptname.