Removed Levelsystem from NQ34_WildMageREF
This commit is contained in:
parent
837cb8d3f2
commit
4f7ee5227e
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
Binary file not shown.
@ -2,12 +2,10 @@ Scriptname _00E_NQ34_WildMageSC extends ObjectReference
|
|||||||
|
|
||||||
Event OnDeath(Actor akKiller)
|
Event OnDeath(Actor akKiller)
|
||||||
|
|
||||||
if NQ34.GetStage() == 15
|
if NQ34.GetCurrentStageID() == 15
|
||||||
NQ34.SetStage(20)
|
NQ34.SetCurrentStageID(20)
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
EndEvent
|
EndEvent
|
||||||
|
|
||||||
_00E_QuestFunctions Property Levelsystem Auto
|
Quest Property NQ34 Auto
|
||||||
|
|
||||||
Quest Property NQ34 Auto
|
|
||||||
|
Loading…
Reference in New Issue
Block a user