Well, my tool works i'd say
Normally, Windows saves the files with .txt extension. As long as you do not have the "hide known extensions" options disabled in your Explorers Options, you'll not see the .txt extension behind the filename.
To change this (not sure about the correct English-Spelling of the names), open your explorer, on menu select:
Extra -> Folder Options
View-Tab -> Disable the option "Hide known file extensions"
You should then see the extension .txt behind all files (as well as all other extension on other files) and then you simply need to rename the file from eg.
myscript.txt to
myscript to remove the .txt extension (you'll get a notice saying if you're sure to change the file extension, click yes)
Anyway though, you should be able to execute the script ingame netherless with extension or not.
Once you saved them in your
/Anarchy Online/scripts folder, you need to execute them ingame with the extension then (eg. type ingame
/myscript.txt or however your script may be called)
With the exentsion is a problem of Windows though, as i haven't found a way yet to make it save a file without any extension when saved from the onlineserver.
@Snakebite: Are you sure you're using colors that are possible ingame? You can either define the color by using the HEX-Code of the color (eg. #FF00FF - it's RGB) or you use the color-names that are defined in your
/Anarchy Online/cd_image/gui/[GUI_NAME]/TextColors.xml file - note though, that those names defined there do not have to exist for other users though, so if you might write down your own defination there, the names you use to define a color might not exist for other people and therefor show black for them then.
I'd prefer you use HEX-Code for defining colors, as those are working for everyone.
On the ScriptEditor on my site, i've pre-configured the 16 main Webcolors.
Please note, you can stack the font-tag, unlike on a forum like this for example, where you need to close a color-tag before you can open a new one, in HTML you can stack font-tags, like this:
Code: Select all
<font color='#FFFFFF'>This is a Test with a <font color='#00FFFF'>blue text</font> within the white</font>
If you might still have problems after this, feel free to contact me, and i'll likely try to explain more detailled for you and help you get your scripts working
