Other Ways to Compile A Plotscript
Jump to navigation
Jump to search
Compile from inside Custom[edit]
- 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
Compile and import from the Command-Line[edit]
To compile:
hspeak.exe myscript.hss
To import:
custom.exe mygame.rpg myscript.hs
Compile and import with Drag-and-Drop[edit]
- 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