4
Fork 0

Removed Skyrim-specific HardWorkerWoodScript

steam-1.6.1130
Eddoursul 5 months ago
parent 3ef492cd69
commit edfd085c24
  1. BIN
      Skyrim.esm
  2. 1
      _build/Used Skyrim scripts.txt
  3. BIN
      scripts/hardworkerwoodscript.pex
  4. 12
      source/scripts/hardworkerwoodscript.psc

Binary file not shown.

@ -97,7 +97,6 @@ fxskeletonnecroscript.*
fxsovengardescript.*
fxtriggerambfx.*
hangedmanscript.*
hardworkerwoodscript.*
hazardbase.*
helgenrandomsoundscript.*
icewraithparticlesscript.*

Binary file not shown.

@ -1,12 +0,0 @@
Scriptname HardWorkerWoodScript extends ObjectReference
Event OnAnimationEvent(ObjectReference akSource, string asEventName)
if asEventName == "AddToInventory"
AchievementsQuest.IncHardWorker(1)
endif
endEvent
AchievementsScript Property AchievementsQuest Auto
Loading…
Cancel
Save