Unrecognised name . It has not been defined as script, constant, variable, or anything else
From OHRRPGCE-Wiki
This error occurs when HSpeak finds some string in your scripts file that it just doesn't recognise.
If you get this error, you either:
- Did not include plotscr.hsd by adding include, plotscr.hsd at the top of your scripts file, and then tried to do anything,
Ex. x pos := hero x (me).
Include plotscr.hsd and then recompile. - Misspelt the something, Ex. map := currrent map. Fix it and try compiling again.
- Forgot to declare something, like a variable or a script. Make sure that you have actually declared the item that HSpeak is rejecting.
