|
Troublemag Wanderer
Joined: 14 Jul 2004 Posts: 83
|
Posted: Thu Oct 12, 2006 11:54 pm
[1.09] Variable problems |
The MUD I play on has a gate command for which you must know the 'key' of the rooms you're connecting with the gate. I have these set as variables so that I just need to type c gate @room1 @room2 to get the gate to open. In zMUD, this works fine. In CMUD, no space gets put between the 2 variables. Instead of looking like this when the variables get expanded:
Code: |
c gate 0b6520f3f901f9ec 41f654f74aad49e1 |
it looks like this:
Code: |
c gate 0b6520f3f901f9ec41f654f74aad49e1 |
I've attempted adding a space at the end of the variable to force one to be added, but this has no effect either. |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Fri Oct 13, 2006 1:42 am |
Verified and added to the bug list. I'll see if I can get it fixed for 1.10. I'm not exactly sure why it's doing that, so it might be another important parser issue.
Looks like it works fine when defined within an alias:
#ALIAS test {c gate @room1 @room2}
but just not from the command line. So it's some problem with the "smart" command line being not-so-smart ;) |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|