FO3 GECK how to make a Vertibird Encounter
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 Videos By VB-T60
2024-06-18 | Fallout 3 Making Jokerines Pepsi standalone |
2024-06-17 | Fallout 4 - Ranger Armor from Fallout 76 Import |
2024-06-17 | Aurum Nord Follower LE |
2024-06-17 | Fallout 3 Rivet City Auto Wreckers WIP |
2024-06-15 | Skyrim Creation kit making a kill quest part 3 (SEQ file and trying our quest) |
2024-06-15 | Fallout 3 - A7 Rangers |
2024-06-14 | The Sword of the Septim Emperors |
2024-06-14 | (Fallout 4) Lakeside Pump Station Settlement Tour |
2024-06-13 | Aeon the Hedgehog (Sonic Adventure 2) |
2024-06-12 | FO3 GECK Tutorial - using activators |
2024-06-12 | FO3 GECK how to make a Vertibird Encounter |
2024-06-12 | FO3 GECK tutorial - how to make a dancing NPC |
2024-06-12 | Spongebob in Soap Shoes |
2024-06-12 | Mako The Hedgehog (OC) |
2024-06-12 | SA2B Classic Sonic |
2024-06-11 | FO3 GECK tutorial - how to add more that 150 characters to a topic |
2024-06-10 | Geck tutorial - Adding voice to npc |
2024-06-10 | Spikeout Sonic |
2024-06-10 | Female Sonic mod |
2024-06-09 | Geck tutorial - How to add navmeshes to a dungeon |
2024-06-09 | Vampire Shadow forces |
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.