How do you let the M input in the usr verb like this
mob
verb
Ask(mob/M in world)
and then the switch would be here?
ID:175081
![]() Jun 15 2003, 12:16 pm
|
|
And one bonus note: In the forums when showing source code you should always use the <*dm> <*/dm> HTML tags, without the *'s.
So:
mob
verb
Becomes:
<*dm>
mob
verb
<*/dm>