Background for Skyrim SE
Member of the CustomSkills_ActiveMagicEffectExt script
eventOnCustomSkillIncrease(stringasSkillId)

Description

Documentation Comment

Copy this event to your script if you register for it.


Parameters

  1. stringasSkillId


Examples

Auto-Generated Example

Scriptname MyCoolScript extends CustomSkills_ActiveMagicEffectExt

event OnCustomSkillIncrease(string asSkillId)
    Debug.trace("Event received - OnCustomSkillIncrease: asSkillId = " + asSkillId)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.