|
trpstrife Novice
Joined: 26 Jul 2005 Posts: 34
|
Posted: Tue Jul 26, 2005 10:29 pm
Merentha HP SP MP Gauge |
Codeing definately isn't one of my strong points but I've been playing around with this for awhile now. I'm trying to create 3 gauges on for each vital. This is what the prompt looks like.
Code: |
2098 hps|1011 sp|319 mp >
|
Here's the code I've got. For some reason it doesn't seem to work.
Code: |
#TR {(%d) hps|(%d) sp|(%d) mp } {
#VAR hp %1
#VAR sp %2
#VAR mp %3
} {} {nocr|prompt} |
Please help. |
|
|
|
trpstrife Novice
Joined: 26 Jul 2005 Posts: 34
|
Posted: Tue Jul 26, 2005 10:40 pm |
nm i think i got it working finally
|
|
|
|
tanja Newbie
Joined: 14 Jul 2005 Posts: 8
|
Posted: Fri Jul 29, 2005 1:20 pm |
#trigger {(%d) hps|(%d) sp|(%d) mp >} {hp=%1;sp=%2;mp=%3} {nocr|prompt}
|
|
|
|
Aselarin Beginner
Joined: 23 Jul 2005 Posts: 26
|
Posted: Sat Aug 06, 2005 2:00 am |
try use this
#setprompt hp sp mp |
|
|
|
|
|