have you correctly installed all the files?
ther should be 3 files for the dummy, in the data files/meshes/r folder
prac_dummy.NIF
xprac_dummy.NIF
xprac_dummy.KF
are all of them there?
short PcHeavyshort PcMediumshort PcLightshort WhatPcLikeshort MasterGivesTheCuirass; in the result box of the dialogue, the Arena Master, before assigns the; battle cuirass or the cuirass of valor, should have ; set MasterGivesTheCuirass to 1if MasterGivesTheCuirass == 1set MasterGivesTheCuirass to 0set PcHeavy to ( PLayer->GetHeavyArmor )set PcMedium to ( PLayer->GetMediumArmor )set PcLight to ( PLayer->GetLightArmor )If PcHeavy >= PcMedium if PcHeavy >= PcLight set WhatPcLIke to 3; Pc likes Heavy endifendifIf PcMedium >= PcHeavy if PcMedium >= PcLIght set WhatPcLIke to 2; Pc likes Medium endifendifIf PcLIght >= PcHeavy if PcLight >= PcMedium set WhatPcLIke to 1; Pc likes LIght endifendifendif
short PcHeavyshort PcMediumshort PcLightshort WhatPcLikeshort MasterGivesTheCuirass; in the result box of the dialogue, the Arena Master, before assigns the; battle cuirass or the cuirass of valor, should have ; set MasterGivesTheCuirass to 1if MasterGivesTheCuirass == 1set MasterGivesTheCuirass to 0set PcHeavy to ( PLayer->GetHeavyArmor )set PcMedium to ( PLayer->GetMediumArmor )set PcLight to ( PLayer->GetLightArmor )If PcHeavy >= PcMedium if PcHeavy >= PcLight set WhatPcLIke to 3; Pc likes Heavy endifendifIf PcMedium >= PcHeavy if PcMedium >= PcLIght set WhatPcLIke to 2; Pc likes Medium endifendifIf PcLIght >= PcHeavy if PcLight >= PcMedium set WhatPcLIke to 1; Pc likes LIght endifendifendif