function delaySharkCheck(%obj)
{
if(isObject(%obj))
{
%obj.setNodeColor("helmet","0.2 0.2 0.2 1");
%obj.setNodeColor("visor", "0.2 0.2 0.2 1");
%obj.unHideNode(helmet);
%obj.unHideNode(visor);
%obj.name = "Cool Shark";
%obj.hat = "1";
%obj.accent = "1";
}
}
just remove the random part like so