How can I compile my plotscripts without using hssed.exe?
From OHRRPGCE-Wiki
HssEd is not required to compile scripts. All you need to write a script is a text editor such as Notepad, and all you need to compile your script is HSPEAK.
[edit] Drag and Drop
To compile your script, drag the script file and drop it on HSPEAK
[edit] DOS-style
You can also run HSPEAK from the command-line.
hspeak yourgame.hss
To use this method, you will need to understand how to use the DOS cd command, and you may need to know the full names of the location of your script and of hspeak, for example:
cd \ohrrpgce hspeak c:\yourgame\script\yourgame.hss
