Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

Search the Community

Showing results for tags 'changing head parts'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Boards
    • About TESA
    • TESA Community
  • Hosted Boards
    • The Enclave
    • Hosted Projects
  • Gaming Boards
    • The Elder Scrolls
    • Fallout
    • Indie Games
  • RPG Boards
    • Roleplaying

Categories

  • Showcase
    • Skyrim
    • Fallout
    • Oblivion
    • Misc
  • Exclusives
    • Skyrim
    • Fallout
    • Oblivion
    • Morrowind
    • Misc
  • Community Works
    • Skyrim
    • Oblivion
    • Fallout
    • Misc
    • Student Projects

Categories

  • ESV: Skyrim Modding
    • Creation Kit Basics
    • Level Design
    • Character Design
    • Papyrus
    • Quest Design & Dialogue
    • Graphic Artistry
    • 3D Craftworks
  • ESIV: Oblivion Modding
    • Construction Set Basics
    • Worldbuilding
    • NPCs & Radiant AI
    • Scripting
    • Questbuilding & Dialogue
    • Story & Lore
    • Texturing
    • Modeling
    • Miscellaneous
  • ESIII: Morrowind Modding
    • Tool Set Basics
    • Worldbuilding
    • NPCs
    • Scripting
    • Questbuilding
    • Texturing
    • Modeling
  • Fallout 3 Modding
    • GECK Basics
    • Worldbuilding
    • NPCs & Radiant AI
    • Scripting
    • Questbuilding & Dialogue
    • Texturing
    • Modeling
  • Gaming Guides
    • Oblivion Gaming
    • Morrowind Gaming
    • Fallout 3 Gaming
  • Miscellaneous Tutorials
  • TES Alliance HowTo Guides

Product Groups

  • VIP Memberships
  • Subscriptions

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Steam


XBox Live ID


MSN


Skype


Location


Interests

Found 1 result

  1. I want to create a barbers wild in Skyrim that allow the player to change between a few beard options without the need of oppenning the race menu. Y had all the code for the menú options, that will include 9 different tipe of beards, 2 new items, 1 new NPC and a new wild. Please, I need help to find witch script can allow me to change the facial hair of the player. I left here the unfinished script. Thanks for helping! Scriptname hairstylescript extends ObjectReference {script de prueba} Message Property Hairstylemenu1 Auto Message Property Hairstylemenu2 Auto Message Property Hairstylemenu3 Auto Message Property Hairstylemenu4 Auto Event OnActivate(ObjectReference akActionRef) Game.DisablePlayerControls(False, False, False, False, False, True) Game.EnablePlayerControls(False, False, False, False, False, True) Menu() EndEvent Function Menu(Bool abMenu = True, Int aiButton = 0) While abMenu If aiButton != -1 aiButton = Hairstylemenu1.Show() abMenu = False If aiButton == 0 aiButton = Hairstylemenu2.Show() If aiButton == 0 ElseIf aiButton == 1 ElseIf aiButton == 2 ElseIf aiButton == 3 ElseIf aiButton == 4 EndIf ElseIf aiButton == 1 aiButton = Hairstylemenu3.Show() If aiButton == 0 ElseIf aiButton == 1 ElseIf aiButton == 2 EndIf ElseIf aiButton == 2 aiButton = Hairstylemenu4.Show() If aiButton == 0 ElseIf aiButton == 1 ElseIf aiButton == 2 EndIf EndIf EndIf EndWhile EndFunction
×
×
  • Create New...