Say, for instance, my name is Frank, and there is another mob called Bob. When I double click on Bob, I want it to bring back the message "Frank prods Bob"
I hope that's clear enough. I'm so new to programming that it's not even funny.
my code thus far is this:
mob
DblClick()
world << "[usr] prods ???"
Where the ??? would be the other user. But I don't know what to put there. I've looked through the reference but I can't seem to find what i'm looking for.
This is difficult because I don't have another player handy to test it with.