Background for Skyrim SE
Member of the PO3_Events_Form script
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)
endEvent

Additional References

View this event on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.