Unrecognised name . It has not been defined as script, constant, variable, or anything else

From OHRRPGCE-Wiki

Jump to: navigation, search

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:

  1. 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.
  2. Misspelt the something, Ex. map := currrent map. Fix it and try compiling again.
  3. Forgot to declare something, like a variable or a script. Make sure that you have actually declared the item that HSpeak is rejecting.


[edit] See Also

Personal tools