mob/verb/Save()
var/player_sav = "players/[ckey].sav"
var/savefile/F = new(player_sav)
//verbs
usr.verbs += /mob/Skill/verb/Flame_Wheal
Problem description:
The problem is that it only save the vars but not the verbs. i don't know if it is the way i save or the way i made you learn verbs(Verbs are tought by npc how it is above.
Meh.