Difference between revisions of "Quest Script"

195 bytes removed ,  09:39, 3 April 2016
imported>Bug64
m (Corrected description of GetAliasByName)
imported>SarthesArai
 
Line 119: Line 119:


== Events ==
== Events ==
:'''[[OnReset - ObjectReference|OnReset]]()'''
:*Event received when this quest is started up (either the first time or subsequent times - this will fire in parallel with your startup stage!).


:'''[[OnStoryActivateActor - Quest|OnStoryActivateActor]](Location ''akLocation'', ObjectReference ''akActor'')'''
:'''[[OnStoryActivateActor - Quest|OnStoryActivateActor]](Location ''akLocation'', ObjectReference ''akActor'')'''
Line 212: Line 209:
:'''[[OnStoryTrespass - Quest|OnStoryTrespass]](ObjectReference ''akVictim'', ObjectReference ''akTrespasser'', Location ''akLocation'', Int ''aiCrime'')'''
:'''[[OnStoryTrespass - Quest|OnStoryTrespass]](ObjectReference ''akVictim'', ObjectReference ''akTrespasser'', Location ''akLocation'', Int ''aiCrime'')'''
:*Sent when this quest is started by a trespass story manager event.
:*Sent when this quest is started by a trespass story manager event.


== Related Fragments ==
== Related Fragments ==
Anonymous user