I figured out a problem I was having with my statpanel stuff (post in Developer How-To.) Apparently you cannot have an obj image and such in the 1st argument of the procedure stat().
This thread is about the fact that I think we should be able to have em there. For example, which is exactly what I'm trying to do, I want to make a skill icon appear, then the skill name, then the skill level for that skill. So I make an obj that has the icon/icon_state of the image I want, and name it the skill's name. I also have a variable thats the skill's level.
I do the following code:
stat(skillobj,skilllevel) The skillobj never shows up, but skilllevel does show. Essentially you get (Lets say theres something called Skills above it from stat() as well)
Skills:
0
On the other hand, if you do this code:
stat(skilllevel,skillobj)
you get the following:
Skills:
0 [objicon] Skill Name
I am requesting that stat() be changed, or another instance of it be included that allows you to put whatever you want for the first instance, and whatever you want for the second.
I don't really know how to access the statpanels or anything like that, never really cared to know until now, so I can't do it myself if I wanted to.
ID:160393
![]() Sep 18 2008, 5:37 am
|
|
Grids? I have to admit, I unfortunately have been unable to keep up with any of the major interface things with the beta, and therefore have no clue how to implement a grid. Would there be a tutorial or something for them around somewhere?
|
Just check out Lummox's guide on interfaces. And after that skim the skin reference to see all the possible things you can do.
|
You could simply have an object for each skill, and then set its suffix.
obj |
Lummox JR