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()
|
||||
if bDogMinigameFailed == false
|
||||
SetObjectiveCompleted(40)
|
||||
SetObjectiveDisplayed(41)
|
||||
endif
|
||||
GoToState("DefaultState")
|
||||
EndFunction
|
||||
|
||||
@ -11,7 +11,10 @@ Import Math
|
||||
Event OnInit()
|
||||
|
||||
objCashContainer = Self.GetLinkedRef(_00E_TavernGames_Bank) as ObjectReference
|
||||
objCashContainer.AddItem(Gold001, __Config_iGamblingMoney)
|
||||
|
||||
if objCashContainer
|
||||
objCashContainer.AddItem(Gold001, __Config_iGamblingMoney)
|
||||
endif
|
||||
|
||||
EndEvent
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user