|
illyism Wanderer
Joined: 09 Dec 2007 Posts: 58
|
Posted: Sun Apr 27, 2008 7:07 am
sending a #load command to a different window |
I tried using several
@talkname:#load tells.mud
#win @talkname #load tells.mud
but neither of them worked, the first example gives an error, and won't even execute.
the second one send the command as an echo. |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sun Apr 27, 2008 10:12 am |
If you name the .mud file the same as the window name then it would be loaded automatically if it is in the folder for that specific mud or zMud's program folder. If you still want to load them:
Code: |
#EXEC {%concat(@talkname,":#LOAD tells.mud")} |
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|