2019-03-07 16:23:41 -06:00
|
|
|
function Verve::create( %this )
|
|
|
|
|
{
|
|
|
|
|
exec("data/Verve/gui/verveCinematic.gui");
|
|
|
|
|
|
2020-12-12 16:54:16 +01:00
|
|
|
exec("data/Verve/scripts/server/verveCinematicController.tscript");
|
|
|
|
|
exec("data/Verve/scripts/server/verveCinematicTrigger.tscript");
|
|
|
|
|
exec("data/Verve/scripts/server/vervePathTutorialData.tscript");
|
2019-03-07 16:23:41 -06:00
|
|
|
|
|
|
|
|
if(isObject(DatablockFilesList))
|
|
|
|
|
{
|
2020-12-12 16:54:16 +01:00
|
|
|
DatablockFilesList.add( "data/Verve/scripts/datablocks/verve/VerveActorData.tscript" );
|
|
|
|
|
DatablockFilesList.add( "data/Verve/scripts/datablocks/verve/VervePathTutorialData.tscript" );
|
2019-03-07 16:23:41 -06:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function Verve::destroy( %this )
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|