runScript
Executes the script action based on the provided EliteEntity, target, and event.
Parameters
eliteEntity
The EliteEntity executing the script.
directTarget
The direct target from the event that triggered the script.
event
The event that caused the script to run.
Executes the script action using data from a previous script action.
Parameters
previousScriptActionData
The data from the previous script action.
Executes the script action upon landing, using data from a previous script action.
Parameters
previousScriptActionData
The data from the previous script action.
landingLocation
The location where the action should be executed.