Give_GM_Verb(mob/M as mob in world, V as anything in typesof(/mob/gmverbs/verb/))
set category="Host"
M.client.verbs+=V
Problem description:
V is null for some reason... Stacktrace:
runtime error: wrong type of value for list proc name: Give GM Verb (/mob/adminverbs/verb/Give_GM_Verb) source file: adminverbs.dm,42 usr: Sgeo (/mob/player) src: Sgeo (/mob/player) call stack: Sgeo (/mob/player): Give GM Verb(Sgeo (/mob/player), null)
This does work. I tested it.