20 lines
567 B
Plaintext
20 lines
567 B
Plaintext
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
|
|
;NEXT FRAGMENT INDEX 10
|
|
Scriptname PRKF__00E_FS_NQ07_CraftPotio_0300146E Extends Perk Hidden
|
|
|
|
;BEGIN FRAGMENT Fragment_0
|
|
Function Fragment_0(ObjectReference akTargetRef, Actor akActor)
|
|
;BEGIN CODE
|
|
if FS_NQ07.GetCurrentStageID() >= 120
|
|
Game.GetPlayer().RemovePerk(Self)
|
|
return
|
|
endif
|
|
(FS_NQ07 as _00E_FS_NQ07_Functions).AskCreatePotion()
|
|
;END CODE
|
|
EndFunction
|
|
;END FRAGMENT
|
|
|
|
;END FRAGMENT CODE - Do not edit anything between this and the begin comment
|
|
|
|
Quest Property FS_NQ07 Auto
|