ProgressionEvents Objects and Variables: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 July 2024

  • curprev 18:3818:38, 24 July 2024 Talad talk contribs 3,135 bytes +3,135 Created page with "=== Supported Objects === Inside a Progression events script you can have references to a specific object, which is usually passed by code while running the event. Example:     env.Define("Attacker",      attacker);     env.Define("AttackWeapon",  weapon); This code defines two variables you will be able to access in the script, which point to an instantiated C++ object. The current objects supported are: * PSCharacter * PSItem * PSItemStats * PSSpell * PS..." Tag: Visual edit