wManager.Wow.Helpers Namespace
WRobot

EasyQuestProfile..::..Script Property

Gets or sets the script custom script.

Examples


C#
public class MyCustomScript
{
     static MyCustomScript()
     {
         // You can put here code to run when bot start, you can also add methods and classes.
     }
}

Namespace:  Quester.Profile
Assembly:  Quester (in Quester.dll)

Syntax


public string Script { get; set; }
Public Property Script As String
	Get
	Set
public:
property String^ Script {
	String^ get ();
	void set (String^ value);
}

Field Value

The script.