Background for Skyrim SE
Member of the PO3_Events_AME script
eventOnObjectPoisoned(FormakObject, PotionakPoison, intaiDose)


Parameters

  1. FormakObject

  2. PotionakPoison

  3. intaiDose


Examples

Auto-Generated Example

Scriptname MyCoolScript extends PO3_Events_AME

event OnObjectPoisoned(Form akObject, Potion akPoison, int aiDose)
    Debug.trace("Event received - OnObjectPoisoned: akObject = " + akObject + " akPoison = " + akPoison + " aiDose = " + aiDose)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.