|
Aarlot Adept
Joined: 30 Dec 2003 Posts: 226
|
Posted: Thu Jul 15, 2004 11:30 pm
Expanding %roomname |
As part of a larger script, I have an alias:
#AL savedroom {#ECHO Room should be %roomname.}
But this makes an alias with the value: #ECHO Room should be %roomname.
What I want it to do is make the value: #ECHO Room should be Living Room.
Or whatever the room i'm in at the time is. How can i get the %roomname to to expand? Thnx for the help in advance |
|
_________________ Everyone is entitled to their beliefs - until they die. Then only the truth matters. |
|
|
|
Rorso Wizard
Joined: 14 Oct 2000 Posts: 1368
|
Posted: Fri Jul 16, 2004 8:37 am Re: Expanding %roomname |
Aarlot wrote: |
As part of a larger script, I have an alias:
#AL savedroom {#ECHO Room should be %roomname.}
But this makes an alias with the value: #ECHO Room should be %roomname.
What I want it to do is make the value: #ECHO Room should be Living Room.
Or whatever the room i'm in at the time is. How can i get the %roomname to to expand? Thnx for the help in advance |
Try:
#AL savedroom {#ECHO Room should be <%roomname>.} |
|
|
|
Aarlot Adept
Joined: 30 Dec 2003 Posts: 226
|
Posted: Fri Jul 16, 2004 8:59 am |
Thnx, exactly what I didn't know and needed to.
|
|
_________________ Everyone is entitled to their beliefs - until they die. Then only the truth matters. |
|
|
|
|
|