Okay, I got your reply.
Sinc ethere is no extra copy of plotscr.hsd in the directory with your script, the next thing to do is examine the plotscr.hsd file located in C:\OHRRPGCE\
Open it up with a text editor (notepad, or whatever is convenient)
The first few lines should look like this:
Code:
# PLOTSCR.HSD
# This file holds the language definition for OHRRPGCE plotscripting.
# modifying this file may have undesired/disasterous effects,
# but reading it can be somewhat educational. Especially the constants.
# Use same capitalisation as HSpeak does, pad to length 3
plotscr version, begin
"3P ", # plotscr.hsd version number
"3P " # minimum supported version of hspeak
end
#--------------------------------------------------------------------------
# hard coded functions
define function, begin
If you see anything different than that at the top of the file, copy and paste it here