All right... I got most of this worked out now...
I'm doing it a little different that a normal script would do it because I know that the max its ever going to be is 100, which suits my needs perfectly.
world.note ""
world.infoclear
world.InfoFont "FixedSys", 12, 0
world.setvariable "EXPTOLEVEL", "%1"
dim EXPTICK
EXPTICK = "|"
dim count
for count = 1 to world.getvariable ("EXPTOLEVEL")
<this is the part I'm having trouble with right here>
next
world.note "Experience to Level " & EXPTICK & world.getvariable ("EXPTOLEVEL") & "%"
This if course in in my trigger being sent to script..
I don't know how to get the little "|" part to repeat inside the internal variable EXPTICK
I got Invalid use of NULL error, which is fine, I didn't expect it to work anyways, I did a bit of research, and found out that the Error was due to invalid data
The problem I'm having is figuring out how to ADD a | to EXPTICK, once I get that I'll have it all figured out.
Also, I'd like to use something other than little | more of a bar would be really neat, I can change the color and everything once I get it working the way I want.
In the end what I think I'll end up doing is just
world.info EXPTICK
That should ultimately put whatever I end up using as a character right up dere on my info bar.
Thanks for the help
What I'd like the Info Bar too look like is this:
Experience to Level ||||||||||||||||||||||||||||||||||||||||||42%
Experience to Level |||||||||||||||||||||||||||||||||||||||||||43%
Experience to Level |1%
Experience to Level ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||98%