Is there a way to have the infobar placed above the command window? Also is there a way to have different colors for different things in the infobar? Thanks, this is what my infobar script looks like right now:
sub infobar(thename, theoutput, data)
world.infoclear
world.infoBackground "black"
world.infoColour "lime"
world.infoFont "Fixedsys",12,0
world.info data(1) + "(" + data(2) + ")hp " + data(3) + "(" + data(4) + ")st " + data(5) + "(" + data(6)+ ")mv " + data(7) + " is " + data(8) + " and " + data(9) + "."
current_stance=data(8)
current_pace=data(9)
end sub
sub infobar(thename, theoutput, data)
world.infoclear
world.infoBackground "black"
world.infoColour "lime"
world.infoFont "Fixedsys",12,0
world.info data(1) + "(" + data(2) + ")hp " + data(3) + "(" + data(4) + ")st " + data(5) + "(" + data(6)+ ")mv " + data(7) + " is " + data(8) + " and " + data(9) + "."
current_stance=data(8)
current_pace=data(9)
end sub