In response to Alathon
Alathon wrote:
Nadrew wrote:
Since you have it as a verb in the first place you don't need the ssjcheck and you tried to add verbs to verbs which causes errors, change the <=1 to <=0.

This is very incorrect. You CAN add verbs to the verb list, try this:

mob/twomob
mob/onemob
world/mob = /mob/onemob

mob/onemob/verb/Add2()
src.verbs += /mob/twomob/Add1



No, that's not what I meant.. he had this usr.verbs+=/mob/verbs/Something. Get it?
In response to Nadrew
Nadrew wrote:
No, that's not what I meant.. he had this usr.verbs+=/mob/verbs/Something. Get it?

Oh, oops sorry. And er...make that /mob/twomob/verb/Add1 (peh...)

Alathon
Page: 1 2