File information
Created by
KirbonatedBeverageUploaded by
KirbonatedBeverageVirus scan
Mod articles
-
MWSE Perk Framework is designed to send and receive certain custom events.
KBPerks:activatePerk
Sent just before a perk is activated. Can be blocked to prevent a perk from activating
Properties:
id - (string) the string ID of the perk to be activated
KBPerks:perkActivated
Sent when after a perk has been successfully activated.
Properties:
perk - (string) the string ID of the perk that was activated
KBPerks:deactivatePerk
Sent just before a perk is deactivated. Can be blocked to prevent a perk from deactivating
Properties:
id - (string) the string ID of the perk to be deactivated
KBPerks:perkDeactivated
Sent when after a perk has been successfully deactivated.
Proper...