Raekuul | 8 May 2005 09:53
Picon
Favicon

Help, it's a plotscript problem...

I'm getting an error message with plotscr.hsd,
involving the decrement operator.

ERROR: in line 353 of
C:\Games\Dos\Custom\custom\plotscr.hsd
70 -=  decrement
expected name but defineoperator block ended

I keep getting that when I try to compile. Is there
any reason that this may be happening? I think this
may have something to do with the WIP build. I'll try
the old plotscr.hsd and follow-up on this.

FOLLOW-UP: The WIP build's plotscr.hsd is faulty.

 http://www.geocities.com/alkabanfall/index.html?1100116437843
My site.

http://www.hamsterrepublic.com/ohrrpgce
The main OHR site.

http://www.castleparadox.com
The OHR community site.

	
		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail
(Continue reading)

Mike Caron | 8 May 2005 10:01
Picon
Gravatar

Help, it's a plotscript problem...

Hi, I figured out what the problem is.

In plotscr.hsd, there's a couple lines near the bottom that look like this:

70 :=  setvariable
70 +=  increment
70 -=  decrement

However, they're missing commas. That block should look like this:

70,:=, setvariable
70,+=, increment
70,-=, decrement

TMC: This is your patch, fix it! :)

On 5/8/05, Raekuul <alkabanfall <at> yahoo.com> wrote:
> I'm getting an error message with plotscr.hsd,
> involving the decrement operator.
> 
> ERROR: in line 353 of
> C:\Games\Dos\Custom\custom\plotscr.hsd
> 70 -=  decrement
> expected name but defineoperator block ended
> 
> I keep getting that when I try to compile. Is there
> any reason that this may be happening? I think this
> may have something to do with the WIP build. I'll try
> the old plotscr.hsd and follow-up on this.
> 
(Continue reading)

Mike Caron | 8 May 2005 10:05
Picon
Gravatar

Help, it's a plotscript problem...

No, wait, I lied. I'm not sure what the problem is. The commas mean
something else in this context, it appears.

I can compile fine with the unmodified plotscr.hsd. Maybe there's
something else missing in the WIP build that we have, and you don't.
Oh well, I guess we'll find out when James gets around to releasing
the next version.

On 5/8/05, Mike Caron <caron.mike <at> gmail.com> wrote:
> Hi, I figured out what the problem is.
> 
> In plotscr.hsd, there's a couple lines near the bottom that look like this:
> 
> 70 :=  setvariable
> 70 +=  increment
> 70 -=  decrement
> 
> However, they're missing commas. That block should look like this:
> 
> 70,:=, setvariable
> 70,+=, increment
> 70,-=, decrement
> 
> TMC: This is your patch, fix it! :)
> 
> On 5/8/05, Raekuul <alkabanfall <at> yahoo.com> wrote:
> > I'm getting an error message with plotscr.hsd,
> > involving the decrement operator.
> >
> > ERROR: in line 353 of
(Continue reading)

TeeEmCee | 9 May 2005 00:25
Picon

Help, it's a plotscript problem...

Nuh-uh. I removed the commas because they were unneeded. You need the
latest version of HSpeak to use the += and -= operators. Didn't mike
include it in the WIP? Prehaps the should be noted.

Also, prehaps the && and || operators should be defined in
plotscr.hsd. They are already in the latest version of HSpeak, would
just need to add

60,and,and
60 &&  and
60,or, or
60 ||  or

If so, I'll update the documentation.

Final note: James, when you read this, remember to mention the new
operators in whatsnew.txt!

TMC

On 5/9/05, Mike Caron <caron.mike <at> gmail.com> wrote:
> No, wait, I lied. I'm not sure what the problem is. The commas mean
> something else in this context, it appears.
> 
> I can compile fine with the unmodified plotscr.hsd. Maybe there's
> something else missing in the WIP build that we have, and you don't.
> Oh well, I guess we'll find out when James gets around to releasing
> the next version.
> 
> On 5/8/05, Mike Caron <caron.mike <at> gmail.com> wrote:
(Continue reading)

Bob the Hamster | 9 May 2005 14:18
Favicon

Help, it's a plotscript problem...

On Mon, May 09, 2005 at 05:25:40PM +1200, TeeEmCee wrote:
> 
> Final note: James, when you read this, remember to mention the new
> operators in whatsnew.txt!
> 

Done.

Unfortunately, building a new copy of hspeak.exe from hspeak.ex requires 
the "bind" command from the registered version of Euphoria, which is why 
I recently added hspeak.exe to the subversion repository.

---
James Paige

Michael Kidder | 10 May 2005 03:55
Picon

Help, it's a plotscript problem...

While you're doing that, could you build or add an option for
win-HSPEAK to wait for a keypress before closing? or perhaps throwing
everything out to a log file and then closing? Something.

On 5/9/05, Bob the Hamster <Bob <at> hamsterrepublic.com> wrote:
> On Mon, May 09, 2005 at 05:25:40PM +1200, TeeEmCee wrote:
> >
> > Final note: James, when you read this, remember to mention the new
> > operators in whatsnew.txt!
> >
> 
> Done.
> 
> Unfortunately, building a new copy of hspeak.exe from hspeak.ex requires
> the "bind" command from the registered version of Euphoria, which is why
> I recently added hspeak.exe to the subversion repository.
> 
> ---
> James Paige
> _______________________________________________
> Ohrrpgce-motherhamster.org mailing list
> ohrrpgce <at> lists.motherhamster.org
> http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
>

Bob the Hamster | 16 May 2005 11:00
Favicon

Help, it's a plotscript problem...

I had forgotten about the Windows HSPEAK. I will have to remember to 
find a new version of that.

Waiting for a keypress at the end would be a reasonable feature.

As for a log file, is the output of -z adequate?

On Tue, May 10, 2005 at 03:55:29AM -0500, Michael Kidder wrote:
> While you're doing that, could you build or add an option for
> win-HSPEAK to wait for a keypress before closing? or perhaps throwing
> everything out to a log file and then closing? Something.
> 
> 
> On 5/9/05, Bob the Hamster <Bob <at> hamsterrepublic.com> wrote:
> > On Mon, May 09, 2005 at 05:25:40PM +1200, TeeEmCee wrote:
> > >
> > > Final note: James, when you read this, remember to mention the new
> > > operators in whatsnew.txt!
> > >
> > 
> > Done.
> > 
> > Unfortunately, building a new copy of hspeak.exe from hspeak.ex requires
> > the "bind" command from the registered version of Euphoria, which is why
> > I recently added hspeak.exe to the subversion repository.
> > 
> > ---
> > James Paige
> > _______________________________________________
> > Ohrrpgce-motherhamster.org mailing list
(Continue reading)

Mike Caron | 9 May 2005 05:39
Picon
Gravatar

Help, it's a plotscript problem...

I didn't know there was a new version of HSPEAK. No one mentioned
that, as far as I can remember. I'll include it in the next WIP.

On 5/9/05, TeeEmCee <teeemcee <at> gmail.com> wrote:
> Nuh-uh. I removed the commas because they were unneeded. You need the
> latest version of HSpeak to use the += and -= operators. Didn't mike
> include it in the WIP? Prehaps the should be noted.
> 
> Also, prehaps the && and || operators should be defined in
> plotscr.hsd. They are already in the latest version of HSpeak, would
> just need to add
> 
> 60,and,and
> 60 &&  and
> 60,or, or
> 60 ||  or
> 
> If so, I'll update the documentation.
> 
> Final note: James, when you read this, remember to mention the new
> operators in whatsnew.txt!
> 
> TMC
> 
> On 5/9/05, Mike Caron <caron.mike <at> gmail.com> wrote:
> > No, wait, I lied. I'm not sure what the problem is. The commas mean
> > something else in this context, it appears.
> >
> > I can compile fine with the unmodified plotscr.hsd. Maybe there's
> > something else missing in the WIP build that we have, and you don't.
(Continue reading)


Gmane