[Help] How to save and load script in powwow ubuntu

Old MUME discussions.

Moderator: Builders

Forum rules
The posts in this forum should be related to MUME.
Locked
haze
Posts: 4
Joined: Tue Mar 15, 2011 3:15 pm

[Help] How to save and load script in powwow ubuntu

Post by haze »

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... :mrgreen: :mrgreen:
Wobbler
Posts: 393
Joined: Mon Feb 25, 2008 10:02 pm

Re: [Help] How to save and load script in powwow ubuntu

Post by Wobbler »

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

Re: [Help] How to save and load script in powwow ubuntu

Post by haze »

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

Re: [Help] How to save and load script in powwow ubuntu

Post by Wobbler »

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

Re: [Help] How to save and load script in powwow ubuntu

Post by haze »

Problem solved... thanx all... :D
Locked