verb
add_save_verb()
// Adds save_me verb to the mob, to show that verb saving works.
src.verbs += /mob/proc/save_me in "Commands"
Problem description:
CharacterSaving.dm:152:error::missing expression
when I press the error it leads me to this line:
src.verbs += /mob/proc/save_me in "Commands"