Page 1 of 1

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

Posted: Tue Mar 15, 2011 3:40 pm
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:

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

Posted: Tue Mar 15, 2011 4:22 pm
by Wobbler
PowTTY is not really compatible with powwow, but generally speaking use #exe <filename.

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

Posted: Tue Mar 15, 2011 4:42 pm
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... :)

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

Posted: Tue Mar 15, 2011 8:25 pm
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".

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

Posted: Tue Mar 15, 2011 9:00 pm
by haze
Problem solved... thanx all... :D