Small possible error in 1.3pb6.2

Moderators: GSH, VSMIT, Red Devil, Commando

Post Reply
User avatar
JonathanS
Scrap
Posts: 7
Joined: Sat Feb 19, 2011 5:54 am
Location: North Carolina
Contact:

Small possible error in 1.3pb6.2

Post by JonathanS »

I was working on updating one of my mods when I stumbled upon a possible problem. It's not major, but I thought to bring it to GSH's attention.

Using the BZScripter I used to the following command:

Code: Select all

DisplayFile,"mission1.txt",white
Instead of displaying the text inside the file like it used too, it simply shows the file name in the objective block. Thoughts?
JonathanS
[i]Cerberi Revenge 2.0v[/i]
User avatar
Red Devil
Recycler
Posts: 4398
Joined: Fri Feb 18, 2011 5:10 pm
Location: High in the Rocky Mountains

Re: Small possible error in 1.3pb6.2

Post by Red Devil »

haven't used it; all the scripts i'm working on use Display
If given the truth, the people can be depended upon to meet any national crisis. The great point is to bring them the real facts - and beer.
Abraham Lincoln

Battlestrat, FE, G66, In The Shadows, Starfleet, Uler, & ZTV

Lifetime member of JBS and NRA
User avatar
Ded10c
Recycler
Posts: 3815
Joined: Sun Feb 20, 2011 11:05 am
Location: Stoke-on-Trent
Contact:

Re: Small possible error in 1.3pb6.2

Post by Ded10c »

Display does seem to work better, even for large blocks of text.
battlezone.wikia.com needs your help!
User avatar
General BlackDragon
Flying Mauler
Posts: 2408
Joined: Sat Feb 19, 2011 6:37 am
Contact:

Re: Small possible error in 1.3pb6.2

Post by General BlackDragon »

should use C++

But try not putting the filename in ""'s?
Battlezone Classic Public Forums
*****General BlackDragon*****
User avatar
JonathanS
Scrap
Posts: 7
Joined: Sat Feb 19, 2011 5:54 am
Location: North Carolina
Contact:

Re: Small possible error in 1.3pb6.2

Post by JonathanS »

I am using Display now, but since none of you can reproduce, oh, well. :)

@generalblackdragon, yeah, but I don't have time to learn it. :)
JonathanS
[i]Cerberi Revenge 2.0v[/i]
User avatar
General BlackDragon
Flying Mauler
Posts: 2408
Joined: Sat Feb 19, 2011 6:37 am
Contact:

Re: Small possible error in 1.3pb6.2

Post by General BlackDragon »

sure you do :)

all of the mission source code is available, you just look at how they did it.
Battlezone Classic Public Forums
*****General BlackDragon*****
User avatar
Zero Angel
Attila
Posts: 1536
Joined: Mon Feb 21, 2011 12:54 am
Contact:

Re: Small possible error in 1.3pb6.2

Post by Zero Angel »

Try using single quotes instead of double quotes and see if that makes a difference. Shell code can be finicky like that -- scriptor code might be different but it's worth a try.
Regulators
Regulate any stealin' of this biometal pool, we're damn good, too
But you can't be any geek off the street
Gotta be handy with the chains if you know what I mean
Earn your keep
User avatar
JonathanS
Scrap
Posts: 7
Joined: Sat Feb 19, 2011 5:54 am
Location: North Carolina
Contact:

Re: Small possible error in 1.3pb6.2

Post by JonathanS »

Thanks, Zero Angel. I'll try that out in my development.
JonathanS
[i]Cerberi Revenge 2.0v[/i]
Post Reply