compile failed(possible infinite cross-reference loop) in Developer Help
|
|
I'm having a little trouble doing something in a datum's verb. I'm am trying to give a player the ability to give a player verbs from that type that the verb is in. I seem to be getting an error though.
Example:
A verb/give_this_verb(mob/player/p in world) p.verbs += typesof(/A/verb)
|
|
Maybe it would be easier to locate that ability within the mob itself.
Instead of datum/verb*give verb*
Mob/verb*give verb*