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