ID:170488
![]() Jan 17 2005, 4:29 pm
|
|
Is there a way to make a new content, I tried making a var and adding objects to it but it doens't let me use the objects verbs, please help if you know how to do this.
|
How would you show a list in a Statpanel.
mob/Stat() statpanel("Spells",[q]) ? Also how would you add the obj to the list. Meh I've never had much experience with lists. |
Use .Add and .Remove. :p
OR (I think it works like contents), if it's get a verb and related to the item, do src.Move(usr.q). Also, just do stat(q). [Edit] Or you can do this mob/var/list/q=newlist()//Notice newlist? |
Easy, contents is just a list, so just make a new list. :)