4
Fork 0

Show a message box when werewolf tries to mine ore

development
Eddoursul 2 months ago
parent 06f28501ae
commit 5921715d85
  1. BIN
      scripts/mineoreenderal.pex
  2. 5
      source/scripts/mineoreenderal.psc

Binary file not shown.

@ -105,6 +105,11 @@ Function TryPlayerActivate(ObjectReference myLinkedRef)
Return
EndIf
if _FS_TheriantrophistControlQuest.getControlQuest().IsTransformed()
(Game.GetFormFromFile(0x2F032, "Enderal - Forgotten Stories.esm") as Message).Show()
return
endif
If PlayerREF.GetItemCount(mineOreToolsList) < 1
FailureMessage.Show()
Return

Loading…
Cancel
Save