MajorRecord tempRecord = null;
try {
tempRecord = StaticRecordHolder.getMasters().get(index).getRecord(StaticRecordHolder.getRecord().getForm());
ScriptPackage sp = (ScriptPackage) tempRecord.getSubRecords().get(Type.VMAD);
if(sp.getScripts().get(this.index) != null) {
return sp.getScripts().get(this.index).getName();
}
} catch (NotFound e) {
// TODO Auto-generated catch block
e.printStackTrace();
}