 |
dazed-n-confused Novice
Joined: 14 Jan 2004 Posts: 31
|
Posted: Mon Mar 22, 2004 12:25 am
infinite loop error |
I want to use an ailias like push for push @target.
When I try this it goes haywire, some infinite loop error.
The mud command is push so having push=push must be causing an error.
Is there anyway around this without renaming the ailias? |
|
|
 |
Vorax Apprentice

Joined: 29 Jun 2001 Posts: 198 Location: USA
|
Posted: Mon Mar 22, 2004 12:50 am |
#ONINPUT {^push} (push @target)
|
|
|
 |
nexela Wizard

Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Mon Mar 22, 2004 1:52 am |
Yes but the correct way to do it is
#ALIAS push {~push @target}
If you use a ~ before the command zmud won't parse it or something like that |
|
|
 |
|
|