Plot:Include

From OHRRPGCE-Wiki

Jump to: navigation, search
include, filename

The include command inserts another text file into your script. It is followed by a single filename that tells what file will be included. Windows long filenames are not supported. Every plotscript file should start with include, plotscr.hsd The PLOTSCR.HSD file contains definitions and constants for most of the other plotscripting commands.

[edit] Examples

include, plotscr.hsd # Plotscripting definitions
include, mygame.hsi # constants particular to my game
Personal tools