Skip to content

Commit

Permalink
Merge pull request #127 from epinter/questevents-po3
Browse files Browse the repository at this point in the history
feat: add missing story manager events
  • Loading branch information
powerof3 authored Aug 18, 2024
2 parents 5644a36 + 560429c commit caed492
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions include/RE/Q/QuestEvents.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,28 @@ namespace RE
kScript = 3, // SCPT
kActorDialogue = 4, // ADIA
kActorHello = 5, // AHEL
kActivateActor = 6, // AFAV
kPlayerAddItem = 7, // AIPL
kPlayerRemoveItem = 8, // REMP
kCraftItem = 9, // CRFT
kPickLock = 10, // LOCK
kInfection = 11, // INFC
kCure = 12, // CURE
kNewVoicePower = 13, // NVPE
kDeadBody = 14, // DEAD
kSkillIncrease = 15, // SKIL
kIncreaseLevel = 16, // LEVL
kChangeRelationshipRank = 17, // CHBR
kIntimidateNPC = 18, // INTM
kBribeNPC = 19, // BRIB
kFlatterNPC = 20, // FLAT
kPlayerGetsFavor = 21, // PRFV
kPayFine = 22, // PFIN
kJail = 23, // JAIL
kServedTime = 24, // STIJ
kEscapeJail = 25, // ESIA
kTrespass = 26, // TRES
kCrimeGold = 27, // ADCR
Arrest = 28, // ARRT
kCastMagic = 29 // CAST
};
Expand Down

0 comments on commit caed492

Please sign in to comment.