Fallout Wiki
Fallout Wiki
Details
Type Decompiled script
Editor ID BMRadioConsoleScript
Form ID 000E9485

This script is related to Black Mountain Radio.

scn BMRadioConsoleScript
ref ActivatingActor
BEGIN OnActivate
        set ActivatingActor to GetActionREF
        if ActivatingActor.GetIsReference player
                if (GetObjectiveDisplayed VMS55b 10 == 1)
                        SetObjectiveCompleted VMS55b 10 1
                        SetObjectiveDisplayed VMS55b 20 1
                else
                        ShowMessage MQ06LLTerminalMessage
                endif
        endif
END