Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

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." ;
}

Fixed in 37b (press F5 to receive it).