ID:170814
 
are there any free demo's that will show you how to rename verbs ? or set icons for your attacks ?
Demo? :

mob/verb/MyVerb() 
set name = "My Verb"
set desc = "My Verb"
set category = "My Verbs"
src << "MY VERB!!!"
return


^--- Renaming verbs

And what do you mean about icons for your attacks?
In response to Lenox
dont worry about attacks but does that actually work ?
In response to Jiamind
Jiamind wrote:
dont worry about attacks but does that actually work ?

Using set does work. If you try that "demo," you'll see it ends up named "My Verb", instead of "MyVerb," where it would've been had you not used set name = "My Verb"