;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
Scriptname Fragments:Perks:PRKF_RenRadioFinderPerk_0100A814 Extends Perk Hidden Const

;BEGIN FRAGMENT Fragment_Entry_00
Function Fragment_Entry_00(ObjectReference akTargetRef, Actor akActor)
;BEGIN CODE
if (((akTargetRef As Form) As Activator).IsRadio() == true)
    (renradioquest.GetAlias(0) As RefCollectionAlias).AddRef(akTargetRef)
endif
;END CODE
EndFunction
;END FRAGMENT

;END FRAGMENT CODE - Do not edit anything between this and the begin comment

Quest Property renradioquest Auto Const
