mob
verb
Click()
logs+="[time]: [usr] used [src]!"
Say(t as text)
view()<<"[usr] says [t]!"
Obviously this itself will not work, it will just make a new verb called Click. but is there a way to generate the desired result or will i have to add the log code to every verb?
Any ideas would be appreciated.
Thank You
However, this could certainly simplify things:
Use Test1, then Test2, then View, and you'll see how it works I suppose. The main downside to this is it's easy to forget to log a verb.