I did a search in the HL wiki, as well as here in the forums, and there is nothing that references 'ispanelhighlight' of any substance.
I've tried testing it to see what it does, but the results are not showing any change whether it's set to 'yes' or 'no'.
I believe the default is probably 'yes', as that's what I'm seeing in the DTD.
What led me to look at this parameter is as follows:
I have a resource, numberOfWizardSpells.
If #resleft is greater than 0, then everything is ok.
(Guess this doesn't need to be checked)
If #resleft is = 0, then everything is still ok, but no other spells of that level should be available, but the spells listed on the screen are okay.
If #resleft < 0, then Houston, we have a problem, spells should be listed in Red, and shouldn't appear in the list if we have valid items only.
I'm scratching my head, because this seems like it should be so easy.
BoomerET
I've tried testing it to see what it does, but the results are not showing any change whether it's set to 'yes' or 'no'.
I believe the default is probably 'yes', as that's what I'm seeing in the DTD.
What led me to look at this parameter is as follows:
I have a resource, numberOfWizardSpells.
If #resleft is greater than 0, then everything is ok.
(Guess this doesn't need to be checked)
If #resleft is = 0, then everything is still ok, but no other spells of that level should be available, but the spells listed on the screen are okay.
If #resleft < 0, then Houston, we have a problem, spells should be listed in Red, and shouldn't appear in the list if we have valid items only.
I'm scratching my head, because this seems like it should be so easy.
BoomerET