Show a message box when werewolf tries to mine ore
This commit is contained in:
parent
06f28501ae
commit
5921715d85
Binary file not shown.
@ -105,6 +105,11 @@ Function TryPlayerActivate(ObjectReference myLinkedRef)
|
|||||||
Return
|
Return
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
if _FS_TheriantrophistControlQuest.getControlQuest().IsTransformed()
|
||||||
|
(Game.GetFormFromFile(0x2F032, "Enderal - Forgotten Stories.esm") as Message).Show()
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
If PlayerREF.GetItemCount(mineOreToolsList) < 1
|
If PlayerREF.GetItemCount(mineOreToolsList) < 1
|
||||||
FailureMessage.Show()
|
FailureMessage.Show()
|
||||||
Return
|
Return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user