I'm in need of a extreme newbie coding...I think.
Anyhow, I need to make lists.
EXAMPLE:
statpanel("Skills")
statpanel("Items")
obj/items/gold
obj/skills/powerpunch
I need everything that's in obj/skills in 'Skills', and everything that's in obj/items in 'Items'.
How?
ID:267881
![]() Nov 29 2003, 5:52 am
|
|
Nono.
Thats not what I ment. Look... EXAMPLE statpanel("Swords") statpanel("Armor") obj/armor/bronze obj/swords/iron I want in SWORDS every obj/swords listed that is IN usr.contents! I want in ARMOR every obj/armor listed that is IN usr.contents! |
This should work for what you want I even provided examples for the Get() procs, etc:
mob |
This will add all the items in the world to Items, and all the skills in the world to Skills.
~Ease~