My Script compiles, but CUSTOM won't show the latest scripts I added!

From OHRRPGCE-Wiki
Jump to navigation Jump to search

Check the following occur when you attempt to import your scripts (HSS) file.

  • A separate window pops up for HSpeak. It should end with
done (X.YZ seconds)
[Press any key]
If HSpeak doesn't finish with "done", then there is an error, inspect the output from hspeak carefully.
  • Custom lists the names of the scripts imported on a screen, ending with imported X scripts.
Custom skips importing if HSpeak appears to have failed.
  • If your script isn't listed on the "Check where scripts are used" menu even though importing was successful, you probably defined them as scripts rather than plotscripts. Only plotscripts are shown in Custom. For example:
plotscript, some story event, begin
  show textbox(4)
  wait for textbox
end