| This is the transcript of a script file, which runs certain tasks in the game upon execution. |
| Details | |
|---|---|
| Type | Decompiled script |
| Editor ID | FFHitSquadDCTalonCompanyControlSCRIPT
|
| Form ID | 0003E546 |
SCN FFHitSquadDCTalonCompanyControlSCRIPT
short DoOnce
short PlayerKarma
ref MyParent
BEGIN OnLoad
set PlayerKarma to ( Player.GetAV Karma )
set MyParent to GetParentREF
if ( DoOnce == 0 )
if ( PlayerKarma >= KarmaGood ) && ( Player.GetLevel >= 6 )&& ( Player.HasPerk ContractKiller == 0 )
if ( GetDistance Player <= 4000 )
MyParent.Enable
set DoOnce to 1
endif
endif
endif
END