MS03MerryGoRoundScript — технический файл, который относится к квесту «Руководство по выживанию на пустошах» и который можно посмотреть в G.E.C.K..
Содержимое[]
scn MS03MerryGoRoundScript
BEGIN GameMode
;During MS03a3, check to see if the player has reached the center of Minefield
;Minefield section running on object in Minefield
if (MS03.MS03a3 == 1)
if (GetDistance player < 600)
Set MS03.MS03a3 to 2
SetObjectiveCompleted MS03 30 1
SetObjectiveDisplayed MS03 36 1
if (ArkansasREF.getDead == 0)
ArkansasREF.useWeapon WeapSniperRifle ArkansasREF player 1
ArkansasREF.startcombat player
Set MS03.MS03a3Sniper to 1
endif
endif
endif
END