| 
			
			 ok, i have never looked at the cs for ovlivion but I have plenty of experiance with morrowinds cs.
  Asuming it is the same layout..
  find his script, it should say when you look at his stats and stuff
  go into the script and try to find a pattern like if you see the same thing repeating eccept the only difference being that one says "imperial" and one says "Orc"  copy one of those and change the race name to your race that should work, eccept that whatever race you copied, the other prisoner will probably say the same thing 
  like if the script is like
  If ( pclocation == 765, 4656, 546 )        If ( playerrace == 6 ) ; (the orc)               Playwav. OrcTrashTalk        endif endif
  copy and change the race, i dono if you have to type the name, or the race number, if it is a number its either 10 or 11, because there are 10 races but i dont know if they count 0 as a race
  If ( pclocation == 765, 4656, 546 )        If ( playerrace == 11 ) ; (your race)               Playwav. OrcTrashTalk        endif endif
  so copy 1 races section, change race to yours, and if you want, and you know which format the sound file has tto be, with you mic record yourself saying like, "Mhh i havent seen your kind in a long time" or "What the heck are you?" and put that in the wav. spot
  then you will have him talk, give your race a unique intro, and there ya go..
  hope that helps, if you cant figure it out, leave another message here and ill check back soon, also if you manage to find his script, copy and paste it here and ill tell you exactly what to do. 
			
			
  -------------------- 
					
		 |