Difference between revisions of "Bethesda Tutorial Multiple Ambushes"

m
More svelte template usage: no "Template:" needed.
imported>JBurgess
 
imported>Catwheezle
m (More svelte template usage: no "Template:" needed.)
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
==Multiple Ambush Set up==
==Multiple Ambush Set up==


Prefabs make simple ambushes relatively easy to set up - as detailed in [[Bethesda_Tutorial_Traps_and_Prefabs#Ambush_Set_ups|this tutorial]], but sometimes modifications need to be made.  For example, multiple actors that ambush the player based on a single trigger. We'll couple more in our hallway here to provide a better lead up to our Boss. First, go back to WarehouseAmbushes and copy the Vertical Sarcophagus ambush set up.
Prefabs make simple ambushes relatively easy to set up - as detailed in [[Bethesda_Tutorial_Traps_and_Prefabs#Ambush_Set_ups|this tutorial]], but sometimes modifications need to be made.  For example, multiple actors that ambush the player based on a single trigger. We'll add a couple more in our hallway here to provide a better lead up to our Boss. First, go back to WarehouseAmbushes and copy the Vertical Sarcophagus ambush set up.
<br><br>
<br><br>
{| width="40%"  border="1"
{| width="40%"  border="1"
Line 111: Line 111:




{|style="border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0"
{{ProTip|Whether the Draugr wake up immediately when the player enters the box or only when they detect the player can be changed by doing the following:
|-
|style="border-style: solid; border-width: 0"|[[Image:Protip.jpg|48px]]
|style="border-style: solid; border-width: 0"|Whether the Draugr wake up immediately when the player enters the box or only when they detect the player can be changed by doing the following:


*Double-Click the LvlActorAmbush and move to the "''Scripts''" Tab at the very end.
*Double-Click the LvlActorAmbush and move to the "''Scripts''" Tab at the very end.
Line 120: Line 117:
*Set the "''ambushOnTrigger''" property to the appropriate value by selecting it in the property window then clicking the "''Edit Value''" button in the upper right-hand corner and checking/unchecking the box that appears.
*Set the "''ambushOnTrigger''" property to the appropriate value by selecting it in the property window then clicking the "''Edit Value''" button in the upper right-hand corner and checking/unchecking the box that appears.


For more information on the [[:Category:Papyrus|scripting language]] and [[Variables_and_Properties|properties]] check out the [[Papyrus Tutorials]].
For more information on the [[:Category:Papyrus|scripting language]] and [[Variables_and_Properties|properties]] check out the [[Papyrus Tutorials]].}}
|}
Anonymous user