Difference between revisions of "OnStoryKillActor - Quest"

93 bytes removed ,  09:46, 11 August 2012
imported>Henning
m
 
imported>Shayologo
Line 17: Line 17:
*akKiller: The [[ObjectReference Script|ObjectReference]] that killed the victim.
*akKiller: The [[ObjectReference Script|ObjectReference]] that killed the victim.
*akLocation: The [[Location Script|Location]] where the crime occurred.
*akLocation: The [[Location Script|Location]] where the crime occurred.
*aiCrimeStatus: Has the crime been reported? This is a bool (story manager cannot handle bools, so it is sent as an int). 0 = false, non-zero = true. Papyrus will correctly handle this if you cast it to a bool or use it in an if statement.
*aiCrimeStatus: Has the crime been reported? Return an Int : 0 = No crime Faction for target ; 1 = Crime is not repported ; 2 = Crime is repported
*aiRelationshipRank: The relationship between the killer and victim before the crime occurred. Will be one of the following:
*aiRelationshipRank: The relationship between the killer and victim before the crime occurred. Will be one of the following:
**4: Lover
**4: Lover
Anonymous user