Background for Skyrim SE
Member of the Quest script

Description

Wiki Description

Event called when this quest is started via a player gets favor story manager event.


Parameters

  1. ObjectReferenceakActor

    CK Wiki Description

    The ObjectReference that the player just got favor with.


Examples

Event OnStoryPayFine(ObjectReference akActor)
  Debug.Trace(akActor+ " just gave favor to the player")
endEvent

Auto-Generated Example

Scriptname MyCoolScript extends Quest

event OnStoryPlayerGetsFavor(ObjectReference akActor)
    Debug.trace("Event received - OnStoryPlayerGetsFavor: akActor = " + akActor)
endEvent

Related Pages


Additional References

View this event’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.