Jump to content

Equipping outfit script help.


TheGhoulKisser

Recommended Posts

Can anyone here help me? I'm not that good at scripting and I'd like to know what kind of script should I use if I wanted my player to have an outfit equipped at the very start of the game?

 

I mean, instead of having her waking up naked in the Doc's house. *cough* body replacer *cough* Let's say that I want her to wear a bramhin skin outfit without using console command. What should I do?

Link to comment
Share on other sites

Create a quest, tick start game enabled. Give it a quest ID, for example, aaaCoverMyJunkQuest

Create a quest script, should look something like

 

scn covermyjunkscript

Begin GameMode

player.additem <id of whatever outfit you want them to have> 1
player.equipitem <same id>
stopquest aaaCoverMyJunkQuest

End

 

Make sure you choose the covermyjunk script from the script dropdown on your new quest.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...