FO3 GECK how to make a Vertibird Encounter

Channel:
Subscribers:
2,430
Published on ● Video Link: https://www.youtube.com/watch?v=Ue2aGRwiggA



Fallout 3
Game:
Fallout 3 (2008)
Category:
Tutorial
Duration: 12:48
14 views
1


In this video we will show you how to make a vertibird appear and land to drop off troops
the scripts are below. thanks for stopping by



attach this object script to your trigger box


SCN YourScriptNameHere

Short DoOnce
Ref VirtibirdTut

Begin OnTriggerEnter Player
If DoOnce ==0
Set VirtibirdTut to GetLinkedREF
Set DoOnce to 1
VirtibirdTut.activate VirtibirdTut 1
Endif

End




than place this object script on the vertibird encounter





SCN YourScriptNameHere

Short Active
Float Timer
Ref LinkedRef
Begin OnActivate
set active to 1

END

Begin GameMode

If Active ==1
PlayGroup forward 0
Set active to 2
EndIf

If Active ==2
If IsAnimPlaying forward ==0
Set LinkedRef to GetLinkedRef
LinkedRef.enable
Set Active to 3
EndIf
EndIf







More Geck tutorials https://www.youtube.com/playlist?list=PLB5Bpour_Q5p3HPx5TehUuqkbbLh-hIQN





Nexus https://www.nexusmods.com/users/130592123?tab=user+files
patreon https://www.patreon.com/user?u=27419921







Other Statistics

Fallout 3 Statistics For VB-T60

There are 50,733 views in 114 videos for Fallout 3. His channel currently has around 14 hours worth of content for Fallout 3, or 12.87% of the total watchable video on VB-T60's YouTube channel.