How can I compile my plotscripts without using hssed.exe?

From OHRRPGCE-Wiki
Jump to: navigation, search
Obsolete.png
This article (or part thereof) is obsolete. It may have made sense in the past, but it does not make sense now. It is kept here only for historic curiosity and/or posterity.

HssEd is obsolete. Consider using another one of the Plotscripting Tools


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.

Drag and Drop[edit]

To compile your script, drag the script file and drop it on HSPEAK

DOS-style[edit]

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


See Also[edit]