Script error! Script (scriptid) does not exist

From OHRRPGCE-Wiki
Jump to: navigation, search
Script error! script # does not exist

If you see this error message, it means that your game is trying to run a plotscript, but that plotscript is missing.

The most common cause for this error is a misunderstanding about how to put more than one plotscript in your game. All plotscripts belong in a single file. They all get compiled together, and they all get imported together. If you want to use more than one HSS file, see How do I link script files together?

Another possible cause for this error is that you have removed or renamed a plotscript, but that script is still being triggered by something in your game. Go to the Script Management menu, and use the Find broken script triggers tool.

This error can also be caused by a call to run script by ID with an invalid ID number.

New game in old player[edit]

You may also see this error message if you try to play a new game that uses 32-bit scripts on an old copy of GAME that only supports 16-bit scripts. The solution to this problem will be to upgrade to the latest version of the OHRRPGCE

See Also[edit]