![]() |
|
Death to Spies: Moment of Truth Sequel to the popular stealth-action Death to Spies |
|
Thread Tools | Display Modes |
#3
|
|||
|
|||
![]() Quote:
Actor.ChangeActorSkin( Level.GetPlayer(), "SovietSoldier" ); and then disable hats & helmets: Actor.EnableMesh( Level.GetPlayer(), "grm_helmet" , false ); some tags you can try: grm_helmet grm_cap grm_shoulder grm_coat sol_equipment_lo to run lua methods from console, first use '$', ex. : $ Actor.ChangeActorSkin( Level.GetPlayer()... ); |
Thread Tools | |
Display Modes | |
|
|