Background for Starfield
Member of the Quest script

Parameters


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

event OnStoryMineExplosion(ObjectReference akVictim, ObjectReference akAttacker)
    Debug.trace("Event received - OnStoryMineExplosion: akVictim = " + akVictim + " akAttacker = " + akAttacker)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.