Adventuron Beta 37a: if I type ">TEST", the program freezes.
start_at = my_location
on_command {
: match "test -" {
: gosub "test_sub" ;
}
}
subroutines {
test_sub : subroutine {
: print "Test subroutine" ;
}
}
locations {
my_location : location "You are in a room." ;
}