ID:143724
 
Code:
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"


save me should be defined as a verb and the in commands part is silly.
In response to Masterdan
ok I got it now thank you