View previous topic :: View next topic |
Author |
Message |
Mike
Joined: 06 Jul 2006 Posts: 3
|
Posted: Thu Jul 06, 2006 7:27 am Post subject: 0 Plotscripts imported |
|
|
I finally got the hamspeak.exe thing to complie scripts properly, and now when I try to upload the .HS files under script management it says "0 Plotscripts imported" instead of the "1 script successfully uploaded"
Does anyone know how to fix this? |
|
Back to top |
|
 |
msw188
Joined: 02 Jul 2003 Posts: 1041
|
Posted: Thu Jul 06, 2006 9:23 am Post subject: |
|
|
Just a quick suggestion: make sure the currently existing .hs file is not read-only (so that your computer allows hspeak to overwrite it). I can't think of anything else at the moment. |
|
Back to top |
|
 |
Mike Caron Technomancer

Joined: 26 Jul 2003 Posts: 889 Location: Why do you keep asking?
|
Posted: Thu Jul 06, 2006 2:54 pm Post subject: |
|
|
Note: This post was directly lifted from http://www.castleparadox.com/ohr/viewtopic.php?t=4282 word for word.
First off, I'll assume we have the same definition of script, namely a chunk of text that looks something like this:
Code: | script, my script, begin
do stuff
end |
If that's not what you consider a script, let me know, and I'll help you get sorted out.
So, assuming that you have two scripts in a .hss file, they will both be compiled together into the same .hs file. What it sounds like to me is that your second script has an error in it (a typo, or something) that is causing the compiler (HSPEAK) to stop compiling.
The result is that you keep importing the same .hs file over and over, since a new one isn't created.
Alas, it's difficult to actually see what the error is when you compile by dragging the .hss on to HSPEAK. So, I reccommend you get a slightly newer version (that will be included in the next OHR version), which displays a window for you to look at. http://hamsterrepublic.com/ohrrpgce/nightly/hspeak-win-nightly.zip _________________ I stand corrected. No rivers ran blood today. At least, none that were caused by us.
Final Fantasy Q
OHR Developer BLOG
Official OHRRPGCE Wiki and FAQ |
|
Back to top |
|
 |
Camdog
Joined: 08 Aug 2003 Posts: 606
|
Posted: Thu Jul 06, 2006 3:07 pm Post subject: |
|
|
Alternatively, you can set hspeak to not close on exit by right-clicking it, choosing properties, clicking on the program tab, and unchecking the "close on exit" box. This should prevent the dos window that hspeak runs from closing the instant it's done, allowing you to read the error messages. |
|
Back to top |
|
 |
|