Skip to content

Commit

Permalink
feat: add missing story manager events
Browse files Browse the repository at this point in the history
  • Loading branch information
epinter authored and powerof3 committed Aug 18, 2024
1 parent dc2177a commit 3115f90
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 3115f90

Please sign in to comment.