Old MUME discussions.
Moderator: Builders
Forum rules
The posts in this forum should be related to MUME.
-
haze
- Posts: 4
- Joined: Tue Mar 15, 2011 3:15 pm
Post
by haze » Tue Mar 15, 2011 3:40 pm
Hellow...
I have a script mume whom I use in powTTY (windows). I want to load it in powwow (ubuntu), any one can help me, please?
Sorry for my bad English...

-
Wobbler
- Posts: 393
- Joined: Mon Feb 25, 2008 10:02 pm
Post
by Wobbler » Tue Mar 15, 2011 4:22 pm
PowTTY is not really compatible with powwow, but generally speaking use #exe <filename.
Politicians are wise and benevolent and will gladly sacrifice themselves for the common good. Anyone who implies that there might exist dishonest politicians is obviously a terrorist who should be locked up indefinitely without a trial.
-
haze
- Posts: 4
- Joined: Tue Mar 15, 2011 3:15 pm
Post
by haze » Tue Mar 15, 2011 4:42 pm
Wobbler wrote:PowTTY is not really compatible with powwow, but generally speaking use #exe <filename.
where I should put the 'filename', so it could be loaded in powwow ? thank you...

-
Wobbler
- Posts: 393
- Joined: Mon Feb 25, 2008 10:02 pm
Post
by Wobbler » Tue Mar 15, 2011 8:25 pm
Do you mean what paths are legal? Anywhere you have read access, enter the path relative to the directory from which you start powwow.
Here's an example:
Code: Select all
#alias hidden@*={#if (*$(0)) #exe ("#! grep \\\""+$roomname+"\\\" ../mume/hidden_doors &");#else #! gr
ep "$0" ../mume/hidden_doors &}
Edit: An absolute path would work fine too, for instance "~/my powwow script directoy/scriptname".
Politicians are wise and benevolent and will gladly sacrifice themselves for the common good. Anyone who implies that there might exist dishonest politicians is obviously a terrorist who should be locked up indefinitely without a trial.
-
haze
- Posts: 4
- Joined: Tue Mar 15, 2011 3:15 pm
Post
by haze » Tue Mar 15, 2011 9:00 pm
Problem solved... thanx all...
