Page 1 of 1

PowTTY usage

Posted: Mon Feb 09, 2015 12:12 am
by Askur
I'm using powtty 1.03 and I'm running into a curious #action issue. It seems like the wrong behavior so I'm curious to know if I'm misunderstanding the powwow scripting language or if powtty 1.03 is buggy.

Code: Select all

#action >+test Foo Bar=#print $0 Baz
#emu Foo Bar
prints ' BazBar', not 'Foo Bar Baz'.

Re: PowTTY usage

Posted: Tue Feb 10, 2015 10:41 am
by Rogon
Askur wrote:I'm using powtty 1.03 and I'm running into a curious #action issue. It seems like the wrong behavior so I'm curious to know if I'm misunderstanding the powwow scripting language or if powtty 1.03 is buggy.

Code: Select all

#action >+test Foo Bar=#print $0 Baz
#emu Foo Bar
prints ' BazBar', not 'Foo Bar Baz'.

Check the scripts here: http://www.elvenrunes.com/mume/scripts.html

Perhaps some of those powtty scripts will tell you how it's done?