Core.Object | +--Engine.Actor | +--Engine.Pawn | +--Botpack.Bot | +--Botpack.HumanBotPlus | +--Botpack.FemaleBotPlus | +--Botpack.TFemale2Bot
00001 //============================================================================= 00002 // TFemale2Bot. 00003 //============================================================================= 00004 class TFemale2Bot extends FemaleBotPlus; 00005 00006 defaultproperties 00007 { 00008 CarcassType=Class'Botpack.TFemale2Carcass' 00009 FaceSkin=3 00010 FixedSkin=2 00011 TeamSkin2=1 00012 DefaultSkinName="SGirlSkins.army" 00013 DefaultPackage="SGirlSkins." 00014 SelectionMesh="Botpack.SelectionFemale2" 00015 MenuName="Female Soldier" 00016 VoiceType="BotPack.VoiceFemaleTwo" 00017 Mesh=LodMesh'Botpack.SGirl' 00018 }