How To Create A Script for Scrabler Library

This works with versions odler than 0.2.8.5

1. You create an xml formated file like this ...
BE sure to Read the notes down
[?xml version="1.0" encoding="utf-8" standalone="yes"?][pynakas][eggrafi]
[namespace]nameSpace[/namespace][class]Class[/class]
[function]function[/function]
[code]
C# code to be executed
[/code][references]
dlls needed to run
divided with the | char

[/references]

[author]your name [/author]
[version]scripts version[/version]
[description]a description[/description]
[copyright]copyright info[/copyright][/eggrafi][/pynakas]
2 . you are writing your c# code in your favorite dotnet2 ide
and paste it between the code tags. next you are puttings the needed info in the appropriete tags.

3. You are saving the xml formated file with anyname you want..

Notes(More Info ):
1 .replace the [ with < and ] with &>
2. put in a different directory your own dlls
3. in the references put the full path off your own dlls

How To Create A Script for Scrabler Library for 0.3.0.0.0

This works with versions newer than 0.3.0.0
with 0.3.0.0 will work , laso with the oldest versions without the campability checks

1. You create an xml formated file like this ...
BE sure to Read the notes down
[?xml version="1.0" encoding="utf-8" standalone="yes"?][pynakas][eggrafi]
[namespace]nameSpace[/namespace][class]Class[/class]
[function]function[/function]
[code]
C# code to be executed
[/code][references]
dlls needed to run
divided with the | char

[/references]

[author]your name [/author]
[version]scripts version[/version]
[description]a description[/description]
[copyright]copyright info[/copyright]

[lower_application_Version]the lowest version needed to be executed from [/lower_application_Version]
[max__application_Version]the maximum version needed to be executed from [/max__application_Version]
[scrabler_Version]the scrabler version needed to be executed from [/scrabler_Version]
[title]the name of the script must be the same with the namespace[/title]
[/eggrafi][/pynakas]
2 . you are writing your c# code in your favorite dotnet2 ide
and paste it between the code tags. next you are puttings the needed info in the appropriete tags.

3. You are saving the xml formated file with anyname you want..

Notes(More Info ):
1 .replace the [ with < and ] with &>
2. put in a different directory your own dlls
3. in the references put the full path off your own dlls

This work is licensed under a