by Robb » Sat Feb 21, 2004 3:46 pm
Debaser wrote:Also, why does minimizing the interpretor window seem to completely fuck it up?
Not sure... thought this was just me.
And, on a completely unrelated note, why does
Code: Select all
array quips[21] = 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30
work fine, but
Code: Select all
array quips[21] = 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90
complete gum up the PTalk works?
You might need to increase what you have for qflag. I have this:
Code: Select all
array qflag[400] ! Arrays / 8
array quips[NUMCHARACTERS] = 0, 0, 70, 70, 10, 10, 10, 10, 30 ,10, 10, 30, 40, 0, 0, 0, 0, 0, 10, 0, 0, 30, 0, 0, 0, 10, 0, 10
array tempquip[1] = 0
global selected
qflag is the number of arrays divided by 8. I am not sure why; I've never really gone through and figured out how it works (remarkably enough) though I think I did have to tweak a little of Adam's code to get it to work on Hugo somewhere.
Did that work?
[quote="Debaser"]Also, why does minimizing the interpretor window seem to completely fuck it up?[/quote]
Not sure... thought this was just me.
[quote]
And, on a completely unrelated note, why does
[code]array quips[21] = 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30[/code]
work fine, but
[code]array quips[21] = 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90[/code]
complete gum up the PTalk works?[/quote]
You might need to increase what you have for qflag. I have this:
[code]
array qflag[400] ! Arrays / 8
array quips[NUMCHARACTERS] = 0, 0, 70, 70, 10, 10, 10, 10, 30 ,10, 10, 30, 40, 0, 0, 0, 0, 0, 10, 0, 0, 30, 0, 0, 0, 10, 0, 10
array tempquip[1] = 0
global selected
[/code]
qflag is the number of arrays divided by 8. I am not sure why; I've never really gone through and figured out how it works (remarkably enough) though I think I did have to tweak a little of Adam's code to get it to work on Hugo somewhere.
Did that work?