if ( rWeapon.getContainer != rEmpty ); Weapon not on the ground if ( rActor.getEquipped rWeapon ); This breaks my script because rWeapon is no longer a valid form rActor.equipItem rWeapon endifendif
Any ideas how to do this?
if ( rWeapon.getContainer != rEmpty ); Weapon not on the ground if ( rActor.getEquipped rWeapon ); This breaks my script because rWeapon is no longer a valid form rActor.equipItem rWeapon endifendif
set rWeaponBase to rWeapon.getBaseObjectif ( rWeapon.getContainer != rEmpty ); Weapon not on the ground if ( rActor.getEquipped rWeaponBase ); This breaks my script because rWeapon is no longer a valid form rActor.equipItem rWeaponBase endifendif
if ( isFormValid rWeapon == 0 )
if ( isFormValid rWeapon == 0 )
if ( isFormValid rWeapon == 0 )