Difference between revisions of "Quest Script"

177 bytes removed ,  09:39, 3 April 2016
imported>CraftySentinel
(Revert to List)
imported>SarthesArai
 
(One intermediate revision by one other user not shown)
Line 116: Line 116:


:'''Alias [[GetAliasByName - Quest|GetAliasByName]](String ''name'')'''
:'''Alias [[GetAliasByName - Quest|GetAliasByName]](String ''name'')'''
:*Returns the editor ID of the quest.
:*Returns the specified alias associated with the Quest.
 


== 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 213: 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