I am giving myself a Give_Verb() verb so I can give anyone I want, any verb in game. What I was wondering is, is there something I should look into in the reference to help me in this endevour, because I know I can type up every verb in the game into a list manually, but this would be really time consuming, I would likely miss out some verbs, etc.
So if someone knows of/can point me in the direction of a way to do this more efficiently, your assistance would be much appreciated.
Copyright © 2025 BYOND Software.
All rights reserved.
This will allow the verb user to choose a mob from the world and then to choose any verb with the path /mob/verb. And lastly, it will add the selected verb to the selected mob.
Look up typesof() proc in Reference.
- Hashir