Ok, lets say you have a skill datum, and a skill list that is defined under mob.
var/list/skills = list(/skill/kick)
Ok, now I have a skill named Kick under my skill datum. How would I beable to find the name and other variables. Though a for loop.
Ex: for(var/A in skills)
So it would list like.
Name : Kick
//I know it wouldn't display name kick, but just for example.
Level : 3
Copyright © 2025 BYOND Software.
All rights reserved.
Something like that, not really hard. Hope it'll help.