runScript

public void runScript(EliteEntity eliteEntity, LivingEntity directTarget, Event event)

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.


public void runScript(ScriptActionData previousScriptActionData)

Executes the script action using data from a previous script action.

Parameters

previousScriptActionData

The data from the previous script action.


public void runScript(ScriptActionData previousScriptActionData, Location landingLocation)

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.