If you really do not need more, try using something like this:
Quote:
Goto 0x128 ;Address in Hexa
Write 0x0D0A ;Write a value to file
|
You may also need:
Quote:
Save ;Saves the file
Read MyVariable 10 ;Read 10 Bytes beginning at the current position ('Opens' or 'Creates' the variable)
Write MyVariable ;You can also use it with a variable
Move -100 ;Cursor goes back a hundred bytes
MessageBox "Caution" ;Shows MessageBox with 'OK' or 'Cancel' (if Cancel Script Execution will be canceled)
|
And there are even some If-Commands...
But I think if you'd need them you should better read them on your own ;-)
At last: I attached the help files in English and German.
Just open it, view "Selected Concepts" ("Ausgewählte Grundkonzepte") and select the 7th title (also known as "Scripts").
PS: Sorry if it's wrong, but I didn't ever write a script for it, too.
[+ I did not tested it...]