Killfile Novice
Joined: 30 Sep 2002 Posts: 32 Location: USA
|
Posted: Wed Feb 05, 2003 1:21 am
Return? Something like that? |
#IF (@InNoCapList( %1)) {
#ABORT
}
:Messages: #SAY Message Here
#ALARM +5 {MOTD = %concat( "1 Min Average: ", %format( "&7.0n", @AExp30))}
What I'm trying to do is have it so when it hits where I have #ABORT now, it skips the rest of the trigger.
I know I could do this as an else statement, but I'm trying to avoid that. Is there something like return, or break (but without the debugger) that I can use?
--Killfile |
|