 |
torm_ins Newbie
Joined: 23 Feb 2003 Posts: 4 Location: USA
|
Posted: Thu Feb 27, 2003 6:32 pm
Cap names |
i'm trying to setup trigger..
$1 tells you "blah."
%1="Fred"
s;s;teleport %1
BARF!
because the teleport command wont allow capital names
is there a way to automatically change "Fred" to "fred" with this trigger? |
|
|
|
 |
Darker GURU
Joined: 24 Sep 2000 Posts: 1237 Location: USA
|
Posted: Thu Feb 27, 2003 6:50 pm |
%lower(%1) ought to do it.
zMUD 6 Online Help: All the power you'll ever need. |
|
|
|
 |
|
|
|