Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Aventuron suspected bug

A topic by auraes created Jun 17, 2020 Views: 166 Replies: 11
Viewing posts 1 to 4
Submitted

I'm creating this topic to try to gather possible Adventuron bugs.

With redescribe = auto_beta, and the instruction 'get "OBJECT_ID";', we have time to read the message "You take the ladder", but not with  the instruction 'get;'.

redescribe = auto_beta
: match "get ladder"  {
   : if (is_beside "ladder") {
      : get; #get "ladder";
      : if (is_at "treestand") {
         : set_graphic graphic = "treestand2"  target = "treestand" ;
      }
      : done ;
   }
}
Host

The correct behaviour is to not have a get and take message by default in auto_beta mode

This will be fixed in the next release.

Submitted

Should this also be the case for Drop? Because it displays the message with the Beta 38 version.

Host

Yes, it should be the case for drop too, also fixed.

Host

The fix is now released (beta 40).

Submitted

Does not appear to be fixed with the beta 40.

Host

Press F5 please (40b has your back).

Submitted

The endpoint is missing for message "You have taken 1 turn", obtained with : turns;

Host

Fixed in next release.

Host

The fix is now released (beta 40).

Submitted

Where's the right place to put 'redescribe = auto_beta'? It' s currently possible to put it outside of the code or in theme_settings.

Submitted

ha, okay. I guess if you choose a theme, it takes precedence and there's no conflict.