Other Ways to Compile A Plotscript
From OHRRPGCE-Wiki
[edit] Compile from inside Custom
- In custom, go to the Script Management menu
- Choose Compile and/or Import scripts
- Choose your .hss file and it will be compiled and imported
[edit] Compile and import from the Command-Line
To compile:
hspeak.exe myscript.hss
To import:
custom.exe mygame.rpg myscript.hs
[edit] Compile and import with Drag-and-Drop
- Drag your script and drop it on hspeak.exe
- This will create an .hs file from your script.
- Select both your .rpg file and your .hs file and drag them and drop them on custom.exe