Removed Skyrim-specific HardWorkerWoodScript
This commit is contained in:
parent
3ef492cd69
commit
edfd085c24
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
@ -97,7 +97,6 @@ fxskeletonnecroscript.*
|
|||||||
fxsovengardescript.*
|
fxsovengardescript.*
|
||||||
fxtriggerambfx.*
|
fxtriggerambfx.*
|
||||||
hangedmanscript.*
|
hangedmanscript.*
|
||||||
hardworkerwoodscript.*
|
|
||||||
hazardbase.*
|
hazardbase.*
|
||||||
helgenrandomsoundscript.*
|
helgenrandomsoundscript.*
|
||||||
icewraithparticlesscript.*
|
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…
Reference in New Issue
Block a user