Compare commits
3 Commits
7a116414bb
...
b36b649396
| Author | SHA1 | Date | |
|---|---|---|---|
| b36b649396 | |||
| 20e48cc13b | |||
| bc2d26b11e |
Binary file not shown.
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -263,6 +263,7 @@ Function EndDogMinigame()
|
|||||||
UnregisterForUpdate()
|
UnregisterForUpdate()
|
||||||
if bDogMinigameFailed == false
|
if bDogMinigameFailed == false
|
||||||
SetObjectiveCompleted(40)
|
SetObjectiveCompleted(40)
|
||||||
|
SetObjectiveDisplayed(41)
|
||||||
endif
|
endif
|
||||||
GoToState("DefaultState")
|
GoToState("DefaultState")
|
||||||
EndFunction
|
EndFunction
|
||||||
|
|||||||
@ -11,7 +11,10 @@ Import Math
|
|||||||
Event OnInit()
|
Event OnInit()
|
||||||
|
|
||||||
objCashContainer = Self.GetLinkedRef(_00E_TavernGames_Bank) as ObjectReference
|
objCashContainer = Self.GetLinkedRef(_00E_TavernGames_Bank) as ObjectReference
|
||||||
|
|
||||||
|
if objCashContainer
|
||||||
objCashContainer.AddItem(Gold001, __Config_iGamblingMoney)
|
objCashContainer.AddItem(Gold001, __Config_iGamblingMoney)
|
||||||
|
endif
|
||||||
|
|
||||||
EndEvent
|
EndEvent
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user