| View previous topic :: View next topic |
| Author |
Message |
TwinHamster ♫ Furious souls, burn eternally! ♫

Joined: 07 Mar 2004 Posts: 1352
|
Posted: Mon Apr 02, 2007 8:19 am Post subject: Conflict with plotscr.hsd |
|
|
Allrighty, so I tried to move one of my projects to another computer and then started working on its .hss.
However, once compiled, Hspeak got mad or something and responded with:
ERROR: in line 369 of plotscr.hsd
script, showstringat, stringID=0,x=0,y=0,begin
Expected argument name, but found global variable x
This is with the latest nightly versions of plotscr.hsd and the whole hspeak package. I tried deleting showstringat out of plotscr.hsd and found that it also found problems with centerstringat and anything that showed 'x' instead of an argument. |
|
| Back to top |
|
 |
Moogle1 Scourge of the Seas Halloween 2006 Creativity Winner


Joined: 15 Jul 2004 Posts: 3377 Location: Seattle, WA
|
Posted: Mon Apr 02, 2007 4:53 pm Post subject: |
|
|
You can't use "x" anymore because it's (stupidly, IMO) defined in plotscr.hsd or one of your other includes. _________________
|
|
| Back to top |
|
 |
Bob the Hamster OHRRPGCE Developer

Joined: 22 Feb 2003 Posts: 2526 Location: Hamster Republic (Southern California Enclave)
|
Posted: Mon Apr 02, 2007 9:13 pm Post subject: |
|
|
Nah, x is never defined in plotscr.hsd
check all your "global variable" statements and see if any of them are screwed up |
|
| Back to top |
|
 |
TwinHamster ♫ Furious souls, burn eternally! ♫

Joined: 07 Mar 2004 Posts: 1352
|
Posted: Tue Apr 03, 2007 7:15 am Post subject: |
|
|
| Whoops. One of my global variables was named...x, so I renamed it and everything seems to work fine now. Thanks for the help. |
|
| Back to top |
|
 |
|