mob
verb
Cast()
set src in usr
set name=src.name
Problem description: Ok, so, this may just be me, and as usual I only posted here because I have literally hit the cap of what I know to fix this.
The issue here is I really don't want to have to write a bunch of specific Verbs for every single combat-based action, now I know I could just code each spell name into the verb as an if clause, but that's lazy and long, all I want is to know how to set the name of a verb to that of, say an obj somewhere in the usr of that verb
The code provided above is literally it, that is where I run into a snag, it comes up with bad text, no matter what little 'tricks' I pull out of my bag, so once again, I need some help
also writing it as "[src.name]" comes up worse, and trying to define another variable and doing it that way is no help.