OnBegin - TopicInfo

Member of: TopicInfo Script

Event called when a topic info starts.

SyntaxEdit

Event OnBegin(ObjectReference akSpeakerRef, bool abHasBeenSaid)

ParametersEdit

  • akSpeakerRef: The object doing the talking.
  • abHasBeenSaid: Has this topic info been seen by the player before?

ExamplesEdit

Event OnBegin(ObjectReference akSpeakerRef, bool abHasBeenSaid)
  Debug.Trace("Topic info is being said by " + akSpeakerRef)
endEvent

NotesEdit

  • This event runs in parallel with the topic info begin fragment.

See AlsoEdit