Table of Contents

Class OnDebugRunScript

Namespace
Anvil.API.Events
Assembly
NWN.Anvil.dll

Triggered when a script has been requested to execute from the nwscript debug window.

public sealed class OnDebugRunScript : IEvent
Inheritance
OnDebugRunScript
Implements
Inherited Members
Extension Methods

Properties

Player

Gets the player attempting to execute the script.

ScriptName

Gets the name of the script that is attempting to be executed.

Skip

Set to true to skip execution.

Target

Gets the object currently set as "OBJECT_SELF"