mob/verb
Comments(M as message)
Killer22 <<"[usr]: [M]"
mob/var
Killer22="Killer22"
Problem description: i need it so it sends the message me, help please
ID:146296
Jul 23 2005, 9:58 pm
|
|
Code:
mob/verb Problem description: i need it so it sends the message me, help please |
In response to DeathAwaitsU
|
|
ahh, ok, thanks for the help
|
If you want a verb that'll send someone with the key Killer22 a message then you need a way to refer to Killer22. A text variable wouldn't do that. A mob var would. But you can't hard-code that variable since Killer22 won't ALWAYS be in the game.
Something to this effect would be better: