- Found in:
- PO3's PE
eventOnSkillIncrease(intaiSkill)
Description
GitHub Wiki Description (PO3's PE)
- 4.5.6 - Event had its params changed from String to Int as a workaround for only the first registered event recieving any events
- See Actor Values for list of skills
Registration Control Functions
Parameters
intaiSkill
Examples
Auto-Generated Example
Scriptname MyCoolScript extends PO3_Events_Form
event OnSkillIncrease(int aiSkill)
Debug.trace("Event received - OnSkillIncrease: aiSkill = " + aiSkill)
endEventAdditional References
View this event on the GitHub Wiki for powerofthree's Papyrus Extender
