I am makeing the inventory of my games statpannal have categories for quick browsing of your inventory like such:
I want it so you can click the text in the stat panal and it hides the items in that category, then click it again and it brings them back. I do not even need help doing that, i simply need to know how to make the text clickable. And for all you 4.0 adicts about to post about clients grids and stuff NO i want statpannal for now. So thanks for the thought but thats not what i want.
ID:271873
Dec 18 2007, 1:42 pm
|
|
Dec 18 2007, 3:07 pm
|
|
I don't think text is clickable even in grids atm(unless in Click() you specify the direction location of the text). All you need to do is create an obj and sets its name to the command and in that obj's Click(), edit it to do functions.
|
In response to Kakashi24142
|
|
You mean have an object in the player that shows in their stat pannal and they click it to perform the action?
|
In response to Lt. Pain
|
|
The obj (different from object) does not need to be in the player's contents. In fact, you can just have one global instance of it and use that for every player.
|
In response to Lt. Pain
|
|
Your question was already answered.
|