Can this be done, and if so, what is the command/function that I need to use?
Cheers
MVK
Scriptname MS11JournalScriptbegin OnActivate if IsActionRef player == 1 activate setstage MS11 70 endifend
Scriptname MS11JournalScriptbegin OnActivate if IsActionRef player == 1 activate setstage MS11 70 endifend
Scriptname MS11JournalScriptshort dooncebegin onactivate if doonce == 0 ;; make sure the switch isnt flipped yet if IsActionRef player == 1 activate set doonce to 1 ;; flip the switch ;; do something special endif endifend
ScriptName MVKQ01Marker01 short doonce Begin OnEquip if doonce == 0 set doonce to 1 setstage MVKPointerQ01 10 endif End