ID:269547
 
mob
var/list/skills
New()
skills=new(new/skill/Fireball())

skill
Fireball
verb/Use()
set src in usr/skills //<----
//rest of code here

that's my simple question. Will this work?
No, it would be
set category = "Skills"