Attacks_Plus(mob/M)
set category = "GM"
set name = "+ Attack"
var/v = verb (list(/mob/atks/verb/))
M.verbs += v
Problem description:
Admin.dm:144:error:verb:undefined proc
Is there a way to make this work at all? lol
ID:263928
Mar 7 2008, 12:56 pm
|
|
Code:
Attacks_Plus(mob/M) Problem description: Admin.dm:144:error:verb:undefined proc Is there a way to make this work at all? lol |