Creation Kit - check quest stage and delete reference
Skyrim, Creation Kit tutorial - check quest stage and delete reference
In this tutorial we put some rubble in front of the door to block access. Script checks if player has completed a quest, and deletes rubble if so.
- - - - - - - - - - - - - Script used in tutorial
Scriptname mymod_deletereference extends ObjectReference
Quest Property DLC1VQ05 Auto
ObjectReference Property mymod_rubble Auto
Event OnCellAttach()
if DLC1VQ05.GetStageDone(200) == 1
mymod_rubble.Delete()
endIf
endEvent
- - - - - - - - - - - - -
You can also check quests and quest stages from www.uesp.net/wiki/Skyrim:Quests
NB: please don't ask advices how to do things in CK, these CK tutorial videos are only examples how I managed to do things I wanted. I keep forgetting things easily so I may look my own videos once awhile :)
Other Videos By i73Fi
Other Statistics
The Elder Scrolls V: Skyrim Statistics For i73Fi
There are 113,952 views in 15 videos for The Elder Scrolls V: Skyrim. Less than an hour worth of The Elder Scrolls V: Skyrim videos were uploaded to his channel, or 6.57% of the total watchable video on i73Fi's YouTube channel.