-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ced3cd2
commit a253710
Showing
20 changed files
with
54 additions
and
7 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file added
BIN
+13.7 KB
...tientChairsOfSkyrim.esp/MEKSCOSMaleHermanMiller/MEKSCOSHer_MEKSCOSHermanMi_00000B2F_1.lip
Binary file not shown.
Binary file added
BIN
+799 KB
...tientChairsOfSkyrim.esp/MEKSCOSMaleHermanMiller/MEKSCOSHer_MEKSCOSHermanMi_00000B2F_1.wav
Binary file not shown.
Binary file added
BIN
+2 KB
...tientChairsOfSkyrim.esp/MEKSCOSMaleHermanMiller/MEKSCOSHer_MEKSCOSHermanMi_00000B32_1.lip
Binary file not shown.
Binary file added
BIN
+128 KB
...tientChairsOfSkyrim.esp/MEKSCOSMaleHermanMiller/MEKSCOSHer_MEKSCOSHermanMi_00000B32_1.wav
Binary file not shown.
Binary file added
BIN
+5.08 KB
...tientChairsOfSkyrim.esp/MEKSCOSMaleHermanMiller/MEKSCOSHer_MEKSCOSHermanMi_00000B33_1.lip
Binary file not shown.
Binary file added
BIN
+423 KB
...tientChairsOfSkyrim.esp/MEKSCOSMaleHermanMiller/MEKSCOSHer_MEKSCOSHermanMi_00000B33_1.wav
Binary file not shown.
Binary file added
BIN
+5.87 KB
...tientChairsOfSkyrim.esp/MEKSCOSMaleHermanMiller/MEKSCOSHer_MEKSCOSHermanMi_00000B35_1.lip
Binary file not shown.
Binary file added
BIN
+421 KB
...tientChairsOfSkyrim.esp/MEKSCOSMaleHermanMiller/MEKSCOSHer_MEKSCOSHermanMi_00000B35_1.wav
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment | ||
;NEXT FRAGMENT INDEX 1 | ||
Scriptname MEKSCOSTIF__06000B32 Extends TopicInfo Hidden | ||
|
||
;BEGIN FRAGMENT Fragment_0 | ||
Function Fragment_0(ObjectReference akSpeakerRef) | ||
Actor akSpeaker = akSpeakerRef as Actor | ||
;BEGIN CODE | ||
Game.GetPlayer().RemoveItem(Gold001, MEKSCOSRingOfChairHorseChangingCost.value as int) | ||
Game.GetPlayer().AddItem(MEKSCOSRingOfChairHorseChanging, 1) | ||
;END CODE | ||
EndFunction | ||
;END FRAGMENT | ||
|
||
;END FRAGMENT CODE - Do not edit anything between this and the begin comment | ||
|
||
GlobalVariable Property MEKSCOSRingOfChairHorseChangingCost Auto | ||
|
||
MiscObject Property Gold001 Auto | ||
|
||
Armor Property MEKSCOSRingOfChairHorseChanging Auto |