Using Grids as stat panels in Developer Help
|
|
Hi, How do i use a grid in the skin interface as a stat panel? Obviously you need to use it as text, but ive tried loads of different settings and i cant get text to display on the grid. Can anyone help me please?
Edit: If grids wont work when that else could i use for a stat panel (other than Info) because as you can only use 1 info panel, i wanted to be able to see the stats panel and see the verbs at th e same time. but i cannot display the text anywhere.
|
Unlike statpanels, grids cannot contain temp. objects (otherwise they'll disappear after a short while) nor does it update. If you plan to make stats in grids, you have to keep output()ting the new data.
It would be very helpful to you if you had some sort of general procedure made for taking/adding stats, ex "TakeHP()", where you can add a line to update the grid value rather than in a gazillion places.