OnEnd - TopicInfo
From Creation Kit
Member of: TopicInfo Script
Event called when a topic info ends.
Contents
Syntax
Event OnEnd(ObjectReference akSpeakerRef, bool abHasBeenSaid)
Parameters
- akSpeakerRef: The object doing the talking.
- abHasBeenSaid: Has this topic info been seen by the player before?
Examples
Event OnEnd(ObjectReference akSpeakerRef, bool abHasBeenSaid) Debug.Trace("Topic info has finished being said by " + akSpeakerRef) endEvent
Notes
- This event runs in parallel with the topic info end fragment.
- The topic info will not be considered finished until the fragment and this event on all scripts (attached to the info and remotely registered) have finished running.